Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/
H A Dif_ath.c190 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq,
4376 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) in ath_tx_processq() function
4553 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1)) in ath_tx_proc_q0()
4557 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0()
4603 nacked += ath_tx_processq(sc, &sc->sc_txq[0], 1); in ath_tx_proc_q0123()
4605 nacked += ath_tx_processq(sc, &sc->sc_txq[1], 1); in ath_tx_proc_q0123()
4607 nacked += ath_tx_processq(sc, &sc->sc_txq[2], 1); in ath_tx_proc_q0123()
4609 nacked += ath_tx_processq(sc, &sc->sc_txq[3], 1); in ath_tx_proc_q0123()
4611 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0123()
4659 nacked += ath_tx_processq(sc, &sc->sc_txq[i], 1); in ath_tx_proc()
[all …]