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

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

Completed in 94 milliseconds