Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c139 if (ac >= ATH_N(asc->asc_ac2q)) { in ath_set_data_queue()
142 ac, ATH_N(asc->asc_ac2q))); in ath_set_data_queue()
184 asc->asc_ac2q[ac] = &asc->asc_txq[qnum]; in ath_set_data_queue()
H A Dath_impl.h301 struct ath_txq *asc_ac2q[5]; /* WME AC -> h/w qnum */ member
H A Dath_main.c788 txq = asc->asc_ac2q[WME_AC_VO]; in ath_tx_start()
800 txq = asc->asc_ac2q[WME_AC_VO]; in ath_tx_start()
811 txq = asc->asc_ac2q[WME_AC_BK]; in ath_tx_start()