Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1813 txq->axq_link = NULL; in ath_txq_setup()
1920 txq->axq_link = NULL; in ath_draintxq()
2071 if (txq->axq_link) { in ath_tx_txqaddbuf()
2072 ath9k_hw_set_desc_link(ah, txq->axq_link, bf->bf_daddr); in ath_tx_txqaddbuf()
2074 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
2079 txq->axq_link = bf_last->bf_desc; in ath_tx_txqaddbuf()
2642 txq->axq_link); in ath_tx_processq()
2650 txq->axq_link = NULL; in ath_tx_processq()
2787 txq->axq_link = NULL; in ath_tx_edma_tasklet()
H A Dath9k.h162 void *axq_link; member