Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dxmit.c1816 INIT_LIST_HEAD(&txq->axq_q); in ath_txq_setup()
1923 ath_drain_txq_list(sc, txq, &txq->axq_q); in ath_draintxq()
2099 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf()
2669 if (list_empty(&txq->axq_q)) { in ath_tx_processq()
2674 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()
2687 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()
2713 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()
2803 if (!list_empty(&txq->axq_q)) { in ath_tx_edma_tasklet()
2808 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
Dath9k.h164 struct list_head axq_q; member