Home
last modified time | relevance | path

Searched refs:sc_ac2q (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dath.c440 if (sc->sc_ac2q[WME_AC_VI] != NULL) in ath_attach()
441 ath_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_VI]); in ath_attach()
442 if (sc->sc_ac2q[WME_AC_BE] != NULL) in ath_attach()
443 ath_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_BE]); in ath_attach()
444 sc->sc_ac2q[WME_AC_BE] = sc->sc_ac2q[WME_AC_BK]; in ath_attach()
445 sc->sc_ac2q[WME_AC_VI] = sc->sc_ac2q[WME_AC_BK]; in ath_attach()
446 sc->sc_ac2q[WME_AC_VO] = sc->sc_ac2q[WME_AC_BK]; in ath_attach()
587 if (sc->sc_ac2q[WME_AC_BE] != sc->sc_ac2q[WME_AC_BK]) in ath_attach()
3404 if (ac >= N(sc->sc_ac2q)) { in ath_tx_setup()
3406 ac, N(sc->sc_ac2q)); in ath_tx_setup()
[all …]
Dathvar.h281 struct ath_txq *sc_ac2q[5]; /* WME AC -> h/w q map */ member