Home
last modified time | relevance | path

Searched refs:axq_acq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c168 list_insert_tail(&txq->axq_acq, &ac->list); in arn_tx_queue_tid()
892 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) { in arn_txq_drain_pending_buffers()
893 list_remove(&txq->axq_acq, ac); in arn_txq_drain_pending_buffers()
1599 list_create(&txq->axq_acq, sizeof (struct ath_buf), in arn_txq_setup()
2404 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) { in arn_tx_node_cleanup()
2408 list_remove(&txq->axq_acq, ac); in arn_tx_node_cleanup()
H A Darn_core.h480 list_t axq_acq; member