Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c1452 HTC_PACKET_QUEUE *pCallersSendQueue) in htc_try_send() argument
1463 pCallersSendQueue, in htc_try_send()
1464 (pCallersSendQueue == in htc_try_send()
1467 (pCallersSendQueue))); in htc_try_send()
1477 if (!pCallersSendQueue) in htc_try_send()
1480 if (HTC_QUEUE_EMPTY(pCallersSendQueue)) { in htc_try_send()
1491 overflow = HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()
1495 overflow += HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()
1516 pCallersSendQueue); in htc_try_send()
1520 HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue) - in htc_try_send()
[all …]