Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dxmit.c1795 txq->axq_link = NULL; in ath_txq_setup()
1902 txq->axq_link = NULL; in ath_draintxq()
2053 if (txq->axq_link) { in ath_tx_txqaddbuf()
2054 ath9k_hw_set_desc_link(ah, txq->axq_link, bf->bf_daddr); in ath_tx_txqaddbuf()
2056 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
2061 txq->axq_link = bf_last->bf_desc; in ath_tx_txqaddbuf()
2624 txq->axq_link); in ath_tx_processq()
2632 txq->axq_link = NULL; in ath_tx_processq()
2769 txq->axq_link = NULL; in ath_tx_edma_tasklet()
Dath9k.h161 void *axq_link; member