Searched refs:axq_list (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h251 list_t axq_list; /* transmit queue */ member in struct:ath_txq
H A Dath_aux.c179 list_create(&txq->axq_list, sizeof (struct ath_buf),
376 bf = list_head(&txq->axq_list);
382 list_remove(&txq->axq_list, bf);
H A Dath_main.c931 list_insert_tail(&txq->axq_list, bf);
1110 bf = list_head(&txq->axq_list);
1126 list_remove(&txq->axq_list, bf);
1229 bf = list_head(&txq->axq_list);
1234 bf = list_next(&txq->axq_list, bf);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1597 list_create(&txq->axq_list, sizeof (struct ath_buf),
1660 bf = list_head(&txq->axq_list);
1666 list_remove(&txq->axq_list, bf);
2025 list_insert_tail(&txq->axq_list, bf);
2200 bf = list_head(&txq->axq_list);
2219 list_remove(&txq->axq_list, bf);
2419 bf = list_next(&txq->axq_list, bf);
H A Darn_core.h463 list_t axq_list; /* transmit queue */ member in struct:ath_txq
H A Darn_main.c1695 bf = list_head(&txq->axq_list);
1700 bf = list_next(&txq->axq_list, bf);

Completed in 96 milliseconds