Searched refs:axq_list (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 1597 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 D | arn_core.h | 463 list_t axq_list; /* transmit queue */ member
|
H A D | arn_main.c | 1695 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 D | ath_aux.c | 179 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 D | ath_impl.h | 251 list_t axq_list; /* transmit queue */ member
|
H A D | ath_main.c | 931 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()
|