Searched refs:ath_tx_processq (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_ath.c | 197 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, 4386 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) function 4563 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1)) 4567 ath_tx_processq(sc, sc->sc_cabq, 1); 4613 nacked += ath_tx_processq(sc, &sc->sc_txq[0], 1); 4615 nacked += ath_tx_processq(sc, &sc->sc_txq[1], 1); 4617 nacked += ath_tx_processq(sc, &sc->sc_txq[2], 1); 4619 nacked += ath_tx_processq(sc, &sc->sc_txq[3], 1); 4621 ath_tx_processq(sc, sc->sc_cabq, 1); 4669 nacked += ath_tx_processq(sc, &sc->sc_txq[i], 1); [all …]
|