Searched refs:sendQueue (Results 1 – 1 of 1) sorted by relevance
1455 HTC_PACKET_QUEUE sendQueue; in htc_try_send() local1470 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 …]