Lines Matching refs:HTC_PACKET_QUEUE_DEPTH
87 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()
1466 HTC_PACKET_QUEUE_DEPTH in htc_try_send()
1488 if (HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue) >= in htc_try_send()
1491 overflow = HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()
1494 overflow = HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue); in htc_try_send()
1495 overflow += HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()
1505 HTC_PACKET_QUEUE_DEPTH(&pEndpoint-> in htc_try_send()
1520 HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue) - in htc_try_send()
1657 if (HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue) == 0) in htc_try_send()
1717 if (HTC_PACKET_QUEUE_DEPTH(&sendQueue) == 0) { in htc_try_send()
1756 for (i = HTC_PACKET_QUEUE_DEPTH(&sendQueue); i > 0; i--) { in htc_try_send()
1849 HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue); in htc_send_pkts_sched_queue()
1862 if (HTC_PACKET_QUEUE_DEPTH(pPktQueue)) { in htc_send_pkts_sched_queue()
2446 (HTC_PACKET_QUEUE_DEPTH(&sendQueue) >= in htc_send_data_pkt()
2822 while (HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue)) { in htc_flush_endpoint_tx()
2848 while (HTC_PACKET_QUEUE_DEPTH(&endpoint->TxLookupQueue)) { in htc_flush_endpoint_txlookupQ()
2987 HTC_PACKET_QUEUE_DEPTH(&pEndpoint-> in htc_process_credit_rpt()
2997 && HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue)) { in htc_process_credit_rpt()