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);
892 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) {
893 list_remove(&txq->axq_acq, ac);
1599 list_create(&txq->axq_acq, sizeof (struct ath_buf),
2404 list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq) {
2408 list_remove(&txq->axq_acq, ac);
H A Darn_core.h480 list_t axq_acq; member in struct:ath_txq

Completed in 112 milliseconds