Home
last modified time | relevance | path

Searched refs:sc_tsfoortask (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_athvar.h786 struct task sc_tsfoortask; /* TSFOOR int processing */ member
H A Dif_ath.c763 TASK_INIT(&sc->sc_tsfoortask, 0, ath_tsfoor_proc, sc); in ath_attach()
2353 taskqueue_enqueue(sc->sc_tq, &sc->sc_tsfoortask); in ath_intr()