Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_send.c2585 HTC_PACKET_QUEUE lookupQueue; in htc_lookup_tx_packet() local
2587 INIT_HTC_PACKET_QUEUE(&lookupQueue); in htc_lookup_tx_packet()
2606 HTC_PACKET_ENQUEUE(&lookupQueue, pPacket); in htc_lookup_tx_packet()
2612 HTC_PACKET_QUEUE_TRANSFER_TO_TAIL(&lookupQueue, in htc_lookup_tx_packet()
2615 ITERATE_OVER_LIST_ALLOW_REMOVE(&lookupQueue.QueueHead, pPacket, in htc_lookup_tx_packet()
2626 HTC_PACKET_REMOVE(&lookupQueue, pPacket); in htc_lookup_tx_packet()
2635 &lookupQueue); in htc_lookup_tx_packet()