Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dxmit.c1797 INIT_LIST_HEAD(&txq->axq_q); in ath_txq_setup()
1904 ath_drain_txq_list(sc, txq, &txq->axq_q); in ath_draintxq()
2051 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf()
2631 if (list_empty(&txq->axq_q)) { in ath_tx_processq()
2636 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()
2649 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()
2675 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()
2765 if (!list_empty(&txq->axq_q)) { in ath_tx_edma_tasklet()
2770 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
Dath9k.h162 struct list_head axq_q; member
Dmain.c867 key_in_use = ath9k_txq_list_has_key(&txq->axq_q, keyix); in ath9k_txq_has_key()