Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h444 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
447 for ((var) = TAILQ_FIRST((head)); \
452 for ((var) = TAILQ_FIRST((head)); \
467 TAILQ_FIRST((head)) = NULL; \
468 (head)->tqh_last = &TAILQ_FIRST((head)); \
498 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL)\
499 TAILQ_FIRST((head))->field.tqe_prev = \
503 TAILQ_FIRST((head)) = (elm); \
504 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_sched.c202 txq_queue = TAILQ_FIRST(&scheduler->tx_active_tids_list); in ol_tx_sched_select_batch_rr()
207 next_tq = TAILQ_FIRST(&txq_queue->head); in ol_tx_sched_select_batch_rr()
815 txq = TAILQ_FIRST(&category->state.head); in ol_tx_sched_select_batch_wrr_adv()
866 txq = TAILQ_FIRST(&category->state.head); in ol_tx_sched_select_batch_wrr_adv()
1368 tx_desc = TAILQ_FIRST(&sctx->head); in ol_tx_sched_dispatch()
H A Dol_rx_reorder_timeout.c59 list_elem = TAILQ_FIRST(&rx_reorder_timeout_ac->virtual_timer_list); in ol_rx_reorder_timeout_start()
H A Dol_tx_queue.c329 tx_desc = TAILQ_FIRST(&txq->head); in ol_tx_dequeue()
377 tx_desc = TAILQ_FIRST(&txq->head); in ol_tx_queue_free()
394 tx_desc = TAILQ_FIRST(&tx_tmp_list); in ol_tx_queue_free()
H A Dol_txrx_flow_control.c191 pool = TAILQ_FIRST(&pdev->tx_desc.flow_pool_list); in ol_tx_deregister_flow_control()
H A Dol_rx_defrag.c918 peer_head = TAILQ_FIRST(&vdev->peer_list); in ol_rx_defrag()
H A Dol_rx.c1653 peer_head = TAILQ_FIRST(&vdev->peer_list); in ol_rx_in_order_indication_handler()
H A Dol_tx_send.c673 peer = TAILQ_FIRST(&tx_desc->vdev->peer_list); in ol_tx_pkt_capture_tx_completion_process()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.h515 #define TX_TAILQ_FIRST(pdev) TAILQ_FIRST(&pdev->tx_ppdu_info_list)
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_nol.c70 nol_head = TAILQ_FIRST(&dfs->dfs_nol_free_list); in dfs_nol_elem_free_work_cb()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c1309 peer = TAILQ_FIRST(&vdev->peer_list); in htt_t2h_msg_handler_fast()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c3182 drop_srngs_state = TAILQ_FIRST(&pdev->bkp_stats.list);
5574 soc_srngs_state = TAILQ_FIRST(&pdev->bkp_stats.list);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c4923 s_ppdu_info = TAILQ_FIRST(&mon_pdev->sched_comp_ppdu_list); in dp_ppdu_desc_deliver()
5149 ppdu_info = TAILQ_FIRST(&mon_pdev->ppdu_info_list); in dp_get_ppdu_desc()