Lines Matching refs:TxQueue

87 	return HTC_PACKET_QUEUE_DEPTH(&endpoint->TxQueue);  in htc_get_tx_queue_depth()
436 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_send_bundled_netbuf()
1008 ITERATE_OVER_LIST_ALLOW_REMOVE(&endpoint->TxQueue.QueueHead, packet, in extract_htc_pm_packets()
1011 HTC_PACKET_REMOVE(&endpoint->TxQueue, packet); in extract_htc_pm_packets()
1031 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&endpoint->TxQueue, queue); in queue_htc_pm_packets()
1130 ITERATE_OVER_LIST_ALLOW_REMOVE(&endpoint->TxQueue.QueueHead, packet, in extract_htc_system_resume_pkts()
1133 HTC_PACKET_REMOVE(&endpoint->TxQueue, packet); in extract_htc_system_resume_pkts()
1186 tx_queue = &pEndpoint->TxQueue; in get_htc_send_packets_credit_based()
1356 tx_queue = &pEndpoint->TxQueue; in get_htc_send_packets()
1488 if (HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue) >= in htc_try_send()
1494 overflow = HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue); in htc_try_send()
1506 TxQueue), in htc_try_send()
1618 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_try_send()
1623 HTC_PACKET_QUEUE_TRANSFER_TO_TAIL(&pEndpoint->TxQueue, in htc_try_send()
1657 if (HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue) == 0) in htc_try_send()
1764 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_try_send()
1810 pTxQueue = &pEndpoint->TxQueue; in htc_send_pkts_sched_check()
1843 pTxQueue = &pEndpoint->TxQueue; in htc_send_pkts_sched_queue()
1849 HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue); in htc_send_pkts_sched_queue()
2360 HTC_PACKET_ENQUEUE(&pEndpoint->TxQueue, pPacket); in htc_send_data_pkt()
2458 &pEndpoint->TxQueue, in htc_send_data_pkt()
2474 &pEndpoint->TxQueue, in htc_send_data_pkt()
2547 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_send_data_pkt()
2822 while (HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue)) { in htc_flush_endpoint_tx()
2823 pPacket = htc_packet_dequeue(&pEndpoint->TxQueue); in htc_flush_endpoint_tx()
2988 TxQueue)); in htc_process_credit_rpt()
2997 && HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue)) { in htc_process_credit_rpt()