Home
last modified time | relevance | path

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

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