Lines Matching refs:ath_tx_processq
189 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq,
4379 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) in ath_tx_processq() function
4558 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1)) in ath_tx_proc_q0()
4562 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0()
4608 nacked += ath_tx_processq(sc, &sc->sc_txq[0], 1); in ath_tx_proc_q0123()
4610 nacked += ath_tx_processq(sc, &sc->sc_txq[1], 1); in ath_tx_proc_q0123()
4612 nacked += ath_tx_processq(sc, &sc->sc_txq[2], 1); in ath_tx_proc_q0123()
4614 nacked += ath_tx_processq(sc, &sc->sc_txq[3], 1); in ath_tx_proc_q0123()
4616 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0123()
4664 nacked += ath_tx_processq(sc, &sc->sc_txq[i], 1); in ath_tx_proc()
5142 ath_tx_processq(sc, &sc->sc_txq[i], 0); in ath_legacy_tx_drain()