Lines Matching refs:TxLookupQueue
392 HTC_PACKET_ENQUEUE(&pEndpoint->TxLookupQueue, pPacketTx); in htc_send_bundled_netbuf()
416 HTC_PACKET_REMOVE(&pEndpoint->TxLookupQueue, pPacketTx); in htc_send_bundled_netbuf()
852 HTC_PACKET_ENQUEUE(&pEndpoint->TxLookupQueue, pPacket); in htc_issue_packets()
953 HTC_PACKET_REMOVE(&pEndpoint->TxLookupQueue, pPacket); in htc_issue_packets()
2488 HTC_PACKET_ENQUEUE(&pEndpoint->TxLookupQueue, pPacket); in htc_send_data_pkt()
2527 HTC_PACKET_REMOVE(&pEndpoint->TxLookupQueue, pPacket); in htc_send_data_pkt()
2595 pPacket = htc_packet_dequeue(&pEndpoint->TxLookupQueue); in htc_lookup_tx_packet()
2613 &pEndpoint->TxLookupQueue); in htc_lookup_tx_packet()
2634 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxLookupQueue, in htc_lookup_tx_packet()
2848 while (HTC_PACKET_QUEUE_DEPTH(&endpoint->TxLookupQueue)) { in htc_flush_endpoint_txlookupQ()
2849 packet = htc_packet_dequeue(&endpoint->TxLookupQueue); in htc_flush_endpoint_txlookupQ()