Searched refs:axq_q (Results 1 – 3 of 3) sorted by relevance
1815 INIT_LIST_HEAD(&txq->axq_q); in ath_txq_setup()1922 ath_drain_txq_list(sc, txq, &txq->axq_q); in ath_draintxq()2069 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf()2649 if (list_empty(&txq->axq_q)) { in ath_tx_processq()2654 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()2667 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()2693 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()2783 if (!list_empty(&txq->axq_q)) { in ath_tx_edma_tasklet()2788 list_splice_tail_init(&txq->axq_q, &bf_q); in ath_tx_edma_tasklet()
163 struct list_head axq_q; member
867 key_in_use = ath9k_txq_list_has_key(&txq->axq_q, keyix); in ath9k_txq_has_key()