Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1820 INIT_LIST_HEAD(&txq->axq_q); in ath_txq_setup()
1927 ath_drain_txq_list(sc, txq, &txq->axq_q); in ath_draintxq()
2074 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf()
2654 if (list_empty(&txq->axq_q)) { in ath_tx_processq()
2659 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()
2672 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()
2698 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()
2788 if (!list_empty(&txq->axq_q)) { in ath_tx_edma_tasklet()
2793 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
H A Dath9k.h164 struct list_head axq_q; member
H A Dmain.c866 key_in_use = ath9k_txq_list_has_key(&txq->axq_q, keyix); in ath9k_txq_has_key()