Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c1455 HTC_PACKET_QUEUE sendQueue; in htc_try_send() local
1470 INIT_HTC_PACKET_QUEUE(&sendQueue); in htc_try_send()
1515 HTC_PACKET_QUEUE_TRANSFER_TO_TAIL(&sendQueue, in htc_try_send()
1533 HTC_PACKET_ENQUEUE(&sendQueue, in htc_try_send()
1586 HTC_PACKET_ENQUEUE(&sendQueue, pPacket); in htc_try_send()
1592 if (HTC_QUEUE_EMPTY(&sendQueue)) { in htc_try_send()
1611 if (!HTC_QUEUE_EMPTY(&sendQueue)) { in htc_try_send()
1619 &sendQueue); in htc_try_send()
1624 &sendQueue); in htc_try_send()
1625 A_ASSERT(HTC_QUEUE_EMPTY(&sendQueue)); in htc_try_send()
[all …]