Searched refs:ath_tx_processq (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath.c | 188 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, 4439 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) in ath_tx_processq() function 4618 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1)) in ath_tx_proc_q0() 4622 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0() 4668 nacked += ath_tx_processq(sc, &sc->sc_txq[0], 1); in ath_tx_proc_q0123() 4670 nacked += ath_tx_processq(sc, &sc->sc_txq[1], 1); in ath_tx_proc_q0123() 4672 nacked += ath_tx_processq(sc, &sc->sc_txq[2], 1); in ath_tx_proc_q0123() 4674 nacked += ath_tx_processq(sc, &sc->sc_txq[3], 1); in ath_tx_proc_q0123() 4676 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0123() 4724 nacked += ath_tx_processq(sc, &sc->sc_txq[i], 1); in ath_tx_proc() [all …]
|