sys/dev/ic/ath.c
4235
if (txqactive(sc->sc_ah, 0) && ath_tx_processq(sc, &sc->sc_txq[0]) > 0)
sys/dev/ic/ath.c
4238
if (txqactive(sc->sc_ah, sc->sc_cabq->axq_qnum))
sys/dev/ic/ath.c
4271
if (txqactive(sc->sc_ah, 0))
sys/dev/ic/ath.c
4273
if (txqactive(sc->sc_ah, 1))
sys/dev/ic/ath.c
4275
if (txqactive(sc->sc_ah, 2))
sys/dev/ic/ath.c
4277
if (txqactive(sc->sc_ah, 3))
sys/dev/ic/ath.c
4279
if (txqactive(sc->sc_ah, sc->sc_cabq->axq_qnum))
sys/dev/ic/ath.c
4315
if (ATH_TXQ_SETUP(sc, i) && txqactive(sc->sc_ah, i))