Searched refs:axq_list (Results 1 – 6 of 6) sorted by relevance
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 1641 list_create(&txq->axq_list, sizeof (struct ath_buf), in arn_txq_setup() 1704 bf = list_head(&txq->axq_list); in arn_tx_draintxq() 1710 list_remove(&txq->axq_list, bf); in arn_tx_draintxq() 2069 list_insert_tail(&txq->axq_list, bf); in arn_tx_start() 2244 bf = list_head(&txq->axq_list); in arn_tx_processq() 2263 list_remove(&txq->axq_list, bf); in arn_tx_processq() 2463 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 | 1742 bf = list_head(&txq->axq_list); in arn_node_free() 1747 bf = list_next(&txq->axq_list, bf); in arn_node_free()
|