Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx.h106 extern void ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq);
H A Dif_ath_tx_edma.c1034 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_edma_tx_processq()
H A Dif_ath.c3105 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_reset()
4574 ath_txq_sched(sc, txq); in ath_tx_processq()
4766 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_txq_sched_tasklet()
H A Dif_ath_tx.c5748 ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq) function