Searched refs:axq_q (Results 1 – 2 of 2) sorted by relevance
1751 INIT_LIST_HEAD(&txq->axq_q); in ath_txq_setup()1858 ath_drain_txq_list(sc, txq, &txq->axq_q); in ath_draintxq()2005 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf()2572 if (list_empty(&txq->axq_q)) { in ath_tx_processq()2577 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()2590 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()2616 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()2706 if (!list_empty(&txq->axq_q)) { in ath_tx_edma_tasklet()2711 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
162 struct list_head axq_q; member