Home
last modified time | relevance | path

Searched refs:TxLookupQueue (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c392 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()
[all …]
H A Dhtc_internal.h152 HTC_PACKET_QUEUE TxLookupQueue; member
H A Dhtc.c883 INIT_HTC_PACKET_QUEUE(&pEndpoint->TxLookupQueue); in reset_endpoint_states()