Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c4067 ath_txq_update(struct ath_softc *sc, int ac) function
4144 return !ath_txq_update(sc, WME_AC_BE) ||
4145 !ath_txq_update(sc, WME_AC_BK) ||
4146 !ath_txq_update(sc, WME_AC_VI) ||
4147 !ath_txq_update(sc, WME_AC_VO) ? EIO : 0;