Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_send.c436 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_send_bundled_netbuf()
1031 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&endpoint->TxQueue, queue); in queue_htc_pm_packets()
1618 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_try_send()
1764 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_try_send()
2457 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD( in htc_send_data_pkt()
2473 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD( in htc_send_data_pkt()
2547 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxQueue, in htc_send_data_pkt()
2634 HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(&pEndpoint->TxLookupQueue, in htc_lookup_tx_packet()
Dhtc_packet.h291 #define HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(pQDest, pQSrc) \ macro