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

/freebsd-current/sys/dev/mwl/
H A Dif_mwlvar.h327 struct task sc_txtask; /* tx int processing */ member in struct:mwl_softc
H A Dif_mwl.c389 TASK_INIT(&sc->sc_txtask, 0, mwl_tx_proc, sc);
820 taskqueue_enqueue(sc->sc_tq, &sc->sc_txtask);
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx_edma.c1053 TASK_INIT(&sc->sc_txtask, 0, ath_edma_tx_proc, sc);
H A Dif_ath.c271 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc_q0, sc);
274 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc_q0123, sc);
277 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc, sc);
2304 taskqueue_enqueue(sc->sc_tq, &sc->sc_txtask);
H A Dif_athvar.h766 struct task sc_txtask; /* tx int processing */ member in struct:ath_softc

Completed in 211 milliseconds