Home
last modified time | relevance | path

Searched refs:asc_txq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c167 if (qnum >= ATH_N(asc->asc_txq)) { in ath_set_data_queue()
170 qnum, ATH_N(asc->asc_txq))); in ath_set_data_queue()
174 txq = &asc->asc_txq[qnum]; in ath_set_data_queue()
184 asc->asc_ac2q[ac] = &asc->asc_txq[qnum]; in ath_set_data_queue()
209 struct ath_txq *txq = &asc->asc_txq[i]; in ath_txq_cleanup()
405 txq = &asc->asc_txq[i]; in ath_draintxq()
412 ath_drainq(asc, &asc->asc_txq[i]); in ath_draintxq()
H A Dath_impl.h300 struct ath_txq asc_txq[HAL_NUM_TX_QUEUES]; /* tx queues */ member
H A Dath_main.c1200 (void) ath_tx_processq(asc, &asc->asc_txq[i]); in ath_tx_handler()
1227 txq = &asc->asc_txq[i]; in ath_node_free()
2344 struct ath_txq *txq = &asc->asc_txq[i]; in ath_attach()
2470 ATH_HAL_STOPTXDMA(ah, asc->asc_txq[i].axq_qnum); in ath_quiesce()