Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx.h108 extern void ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq);
Dif_ath_tx_edma.c1036 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_edma_tx_processq()
Dif_ath.c3058 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_reset()
4522 ath_txq_sched(sc, txq); in ath_tx_processq()
4714 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_txq_sched_tasklet()
Dif_ath_tx.c5750 ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq) function