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

/freebsd-current/sys/dev/ath/
H A Dif_ath_misc.h149 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask);
H A Dif_athvar.h767 struct task sc_txqtask; /* tx proc processing */ member in struct:ath_softc
H A Dif_ath.c766 TASK_INIT(&sc->sc_txqtask, 0, ath_txq_sched_tasklet, sc);
7092 taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask);

Completed in 179 milliseconds