Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c87 return HTC_PACKET_QUEUE_DEPTH(&endpoint->TxQueue); in htc_get_tx_queue_depth()
612 if ((HTC_PACKET_QUEUE_DEPTH(pPktQueue) + 1) < in htc_issue_packets_bundle()
754 HTC_PACKET_QUEUE_DEPTH(pPktQueue))); in htc_issue_packets()
758 HTC_PACKET_QUEUE_DEPTH(pPktQueue) >= in htc_issue_packets()
1203 if (HTC_PACKET_QUEUE_DEPTH(pQueue) > 0) in get_htc_send_packets_credit_based()
1206 HTC_PACKET_QUEUE_DEPTH(pQueue))); in get_htc_send_packets_credit_based()
1242 HTC_PACKET_QUEUE_DEPTH(tx_queue))); in get_htc_send_packets_credit_based()
1300 HTC_PACKET_QUEUE_DEPTH in get_htc_send_packets_credit_based()
1373 QDF_ASSERT(HTC_PACKET_QUEUE_DEPTH(pQueue) == 0); in get_htc_send_packets()
1407 HTC_PACKET_QUEUE_DEPTH(tx_queue))); in get_htc_send_packets()
[all …]
H A Dhtc_recv.c153 return HTC_PACKET_QUEUE_DEPTH(&pEndpoint->RxBufferHoldQueue); in htc_get_num_recv_buffers()
458 HTC_PACKET_QUEUE_DEPTH( in htc_rx_completion_handler()
474 HTC_PACKET_QUEUE_DEPTH( in htc_rx_completion_handler()
488 HTC_PACKET_QUEUE_DEPTH( in htc_rx_completion_handler()
564 HTC_PACKET_QUEUE_DEPTH(pPktQueue), in htc_add_receive_pkt_multiple()
H A Dhtc_packet.h271 #define HTC_PACKET_QUEUE_DEPTH(pQ) (pQ)->Depth macro
H A Dhtc.c1103 HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue))); in htc_dump_credit_states()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c702 if ((HTC_PACKET_QUEUE_DEPTH(recv_pkt_queue) - in hif_dev_issue_recv_packet_bundle()
706 HTC_PACKET_QUEUE_DEPTH(recv_pkt_queue), in hif_dev_issue_recv_packet_bundle()
740 HTC_PACKET_QUEUE_DEPTH(recv_pkt_queue) > 0) { in hif_dev_issue_recv_packet_bundle()
754 HTC_PACKET_QUEUE_DEPTH(sync_completion_queue) : 0, in hif_dev_issue_recv_packet_bundle()
866 total_fetched += HTC_PACKET_QUEUE_DEPTH(&recv_q); in hif_dev_recv_message_pending_handler()
877 if ((HTC_PACKET_QUEUE_DEPTH(&recv_q) > 1)) { in hif_dev_recv_message_pending_handler()
894 if (HTC_PACKET_QUEUE_DEPTH(&recv_q) != in hif_dev_recv_message_pending_handler()
916 if (HTC_PACKET_QUEUE_DEPTH(&recv_q) > in hif_dev_recv_message_pending_handler()