Searched refs:ath_tx_processq (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c189 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq,
4390 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) function
4409 "ath_tx_processq: txq=%u head %p link %p depth %p",
4447 "ath_tx_processq: txq=%u, bf=%p ds=%p, HAL_EINPROGRESS",
4497 "ath_tx_processq: txq=%u, bf=%p, ds=%p, ni=%p, ts_status=0x%08x",
4538 "ath_tx_processq: txq=%u: done",
4569 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1))
4573 ath_tx_processq(sc, sc->sc_cabq, 1);
4619 nacked += ath_tx_processq(sc, &sc->sc_txq[0], 1);
4621 nacked += ath_tx_processq(s
[all...]

Completed in 76 milliseconds