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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c4533 #define TXQACTIVE(t, q) ( (t) & (1 << (q))) macro
4558 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1))
4561 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum))
4607 if (TXQACTIVE(txqs, 0))
4609 if (TXQACTIVE(txqs, 1))
4611 if (TXQACTIVE(txqs, 2))
4613 if (TXQACTIVE(txqs, 3))
4615 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum))
4663 if (ATH_TXQ_SETUP(sc, i) && TXQACTIVE(txqs, i))
4683 #undef TXQACTIVE macro
[all...]

Completed in 113 milliseconds