Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c765 TASK_INIT(&sc->sc_resettask,0, ath_reset_proc, sc); in ath_attach()
5461 taskqueue_enqueue(sc->sc_tq, &sc->sc_resettask); in ath_calibrate()
6584 taskqueue_enqueue(sc->sc_tq, &sc->sc_resettask); in ath_watchdog()
H A Dif_athvar.h788 struct task sc_resettask; /* interface reset task */ member