Home
last modified time | relevance | path

Searched refs:async_update (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_services.c353 pEndpoint->async_update = 0; in htc_connect_service()
429 pEndpoint->async_update = value; in htc_set_async_ep()
Dhtc_send.c848 if (!pEndpoint->async_update) { in htc_issue_packets()
855 if (!pEndpoint->async_update) { in htc_issue_packets()
947 if (!pEndpoint->async_update) { in htc_issue_packets()
963 if (!pEndpoint->async_update) { in htc_issue_packets()
1660 if (pEndpoint->async_update && in htc_try_send()
1724 if (!pEndpoint->async_update) in htc_try_send()
1761 if (!pEndpoint->async_update) { in htc_try_send()
1778 if (!pEndpoint->async_update) { in htc_try_send()
2720 (!pEndpoint->async_update)) { in htc_tx_completion_handler()
Dhtc_internal.h171 bool async_update; /* packets can be queued asynchronously */ member