Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dath.c4112 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_processq() function
4236 if (txqactive(sc->sc_ah, 0) && ath_tx_processq(sc, &sc->sc_txq[0]) > 0) in ath_tx_proc_q0()
4240 ath_tx_processq(sc, sc->sc_cabq); in ath_tx_proc_q0()
4273 nacked += ath_tx_processq(sc, &sc->sc_txq[0]); in ath_tx_proc_q0123()
4275 nacked += ath_tx_processq(sc, &sc->sc_txq[1]); in ath_tx_proc_q0123()
4277 nacked += ath_tx_processq(sc, &sc->sc_txq[2]); in ath_tx_proc_q0123()
4279 nacked += ath_tx_processq(sc, &sc->sc_txq[3]); in ath_tx_proc_q0123()
4281 ath_tx_processq(sc, sc->sc_cabq); in ath_tx_proc_q0123()
4317 nacked += ath_tx_processq(sc, &sc->sc_txq[i]); in ath_tx_proc()