HomeSort by: relevance | last modified time | path
    Searched defs:ath_txq_update (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
ath.c 3421 ath_txq_update(struct ath_softc *sc, int ac) function in typeref:typename:int
3458 return !ath_txq_update(sc, WME_AC_BE) ||
3459 !ath_txq_update(sc, WME_AC_BK) ||
3460 !ath_txq_update(sc, WME_AC_VI) ||
3461 !ath_txq_update(sc, WME_AC_VO) ? EIO : 0;

Completed in 15 milliseconds