Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c1727 txq->axq_link = NULL; in ath_txq_setup()
1833 txq->axq_link = NULL; in ath_draintxq()
2010 if (txq->axq_link) { in ath_tx_txqaddbuf()
2011 ath9k_hw_set_desc_link(ah, txq->axq_link, bf->bf_daddr); in ath_tx_txqaddbuf()
2013 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
2018 txq->axq_link = bf_last->bf_desc; in ath_tx_txqaddbuf()
2613 txq->axq_link); in ath_tx_processq()
2621 txq->axq_link = NULL; in ath_tx_processq()
2755 txq->axq_link = NULL; in ath_tx_edma_tasklet()
Dath9k.h161 void *axq_link; member