Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_send.c1180 if (HTC_QUEUE_EMPTY(&pm_queue)) { in get_htc_send_packets_credit_based()
1185 if (HTC_QUEUE_EMPTY(&sys_pm_queue)) { in get_htc_send_packets_credit_based()
1329 if (!HTC_QUEUE_EMPTY(&pm_queue)) in get_htc_send_packets_credit_based()
1355 if (HTC_QUEUE_EMPTY(&pm_queue)) { in get_htc_send_packets()
1434 if (!HTC_QUEUE_EMPTY(&pm_queue)) in get_htc_send_packets()
1480 if (HTC_QUEUE_EMPTY(pCallersSendQueue)) { in htc_try_send()
1592 if (HTC_QUEUE_EMPTY(&sendQueue)) { in htc_try_send()
1611 if (!HTC_QUEUE_EMPTY(&sendQueue)) { in htc_try_send()
1625 A_ASSERT(HTC_QUEUE_EMPTY(&sendQueue)); in htc_try_send()
1812 if (HTC_QUEUE_EMPTY(pTxQueue)) in htc_send_pkts_sched_check()
[all …]
Dhtc_recv.c113 if (HTC_QUEUE_EMPTY(pQueueToIndicate)) { in do_recv_completion()
118 while (!HTC_QUEUE_EMPTY(pQueueToIndicate)) { in do_recv_completion()
Dhtc_packet.h228 #define HTC_QUEUE_EMPTY(pQ) ((pQ)->Depth == 0) macro
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
Depping_rx.c94 if (!HTC_QUEUE_EMPTY(&queue)) { in epping_refill()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dmailbox.c721 !HTC_QUEUE_EMPTY(recv_pkt_queue) && i < HTC_MAX_MSG_PER_BUNDLE_RX; in hif_dev_issue_recv_packet_bundle()
875 while (!HTC_QUEUE_EMPTY(&recv_q)) { in hif_dev_recv_message_pending_handler()
931 !HTC_QUEUE_EMPTY(&recv_q)) { in hif_dev_recv_message_pending_handler()
965 while (!HTC_QUEUE_EMPTY(&sync_comp_q)) { in hif_dev_recv_message_pending_handler()
998 if (!HTC_QUEUE_EMPTY(&sync_comp_q)) in hif_dev_recv_message_pending_handler()
Dtransfer.c343 while (!HTC_QUEUE_EMPTY(queue)) { in hif_dev_alloc_and_prepare_rx_packets()
705 while (!HTC_QUEUE_EMPTY(recv_pkt_queue)) { in hif_dev_free_recv_pkt_queue()