Searched refs:axq_q (Results 1 – 2 of 2) sorted by relevance
1750 INIT_LIST_HEAD(&txq->axq_q); in ath_txq_setup()1856 ath_drain_txq_list(sc, txq, &txq->axq_q); in ath_draintxq()2045 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf()2657 if (list_empty(&txq->axq_q)) { in ath_tx_processq()2662 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()2675 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()2701 &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()
162 struct list_head axq_q; member