Searched refs:axq_acq (Results 1 – 2 of 2) sorted by relevance
168 list_insert_tail(&txq->axq_acq, &ac->list); in arn_tx_queue_tid()893 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) { in arn_txq_drain_pending_buffers()894 list_remove(&txq->axq_acq, ac); in arn_txq_drain_pending_buffers()1643 list_create(&txq->axq_acq, sizeof (struct ath_buf), in arn_txq_setup()2448 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) { in arn_tx_node_cleanup()2452 list_remove(&txq->axq_acq, ac); in arn_tx_node_cleanup()
480 list_t axq_acq; member