Searched refs:axq_q (Results 1 – 3 of 3) sorted by relevance
1795 INIT_LIST_HEAD(&txq->axq_q); in ath_txq_setup()1902 ath_drain_txq_list(sc, txq, &txq->axq_q); in ath_draintxq()2049 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf()2629 if (list_empty(&txq->axq_q)) { in ath_tx_processq()2634 bf = list_first_entry(&txq->axq_q, struct ath_buf, list); in ath_tx_processq()2647 if (list_is_last(&bf_held->list, &txq->axq_q)) in ath_tx_processq()2673 &txq->axq_q, lastbf->list.prev); in ath_tx_processq()2763 if (!list_empty(&txq->axq_q)) { in ath_tx_edma_tasklet()2768 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()
Completed in 18 milliseconds