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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c189 static int ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq,
4379 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched) function
4398 "ath_tx_processq: txq=%u head %p link %p depth %p",
4436 "ath_tx_processq: txq=%u, bf=%p ds=%p, HAL_EINPROGRESS",
4486 "ath_tx_processq: txq=%u, bf=%p, ds=%p, ni=%p, ts_status=0x%08x",
4527 "ath_tx_processq: txq=%u: done",
4558 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1))
4562 ath_tx_processq(sc, sc->sc_cabq, 1);
4608 nacked += ath_tx_processq(sc, &sc->sc_txq[0], 1);
4610 nacked += ath_tx_processq(s
[all...]

Completed in 109 milliseconds