Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_packet.h205 DL_LIST QueueHead; member
212 DL_LIST_INIT(&(pQ)->QueueHead); \
218 { dl_list_insert_tail(&(pQ)->QueueHead, &(p)->ListLink); \
224 { dl_list_insert_head(&(pQ)->QueueHead, &(p)->ListLink); \
236 &queue->QueueHead)), in htc_get_pkt_at_head()
250 DL_LIST *pItem = dl_list_remove_item_from_head(&queue->QueueHead); in htc_packet_dequeue()
262 DL_LIST *pItem = dl_list_remove_item_from_tail(&queue->QueueHead); in htc_packet_dequeue_tail()
279 dl_list_transfer_items_to_tail(&(pQDest)->QueueHead, \
280 &(pQSrc)->QueueHead); \
293 dl_list_transfer_items_to_head(&(pQDest)->QueueHead, \
[all …]
H A Dhtc_send.c1008 ITERATE_OVER_LIST_ALLOW_REMOVE(&endpoint->TxQueue.QueueHead, packet, in extract_htc_pm_packets()
1130 ITERATE_OVER_LIST_ALLOW_REMOVE(&endpoint->TxQueue.QueueHead, packet, in extract_htc_system_resume_pkts()
1542 QueueHead, pPacket, in htc_try_send()
1863 ITERATE_OVER_LIST_ALLOW_REMOVE(&pPktQueue->QueueHead, pPacket, in htc_send_pkts_sched_queue()
2615 ITERATE_OVER_LIST_ALLOW_REMOVE(&lookupQueue.QueueHead, pPacket, in htc_lookup_tx_packet()