Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ath/
H A Dif_ath.c174 static void ath_reset_proc(void *, int);
765 TASK_INIT(&sc->sc_resettask,0, ath_reset_proc, sc); in ath_attach()
3812 ath_reset_proc(void *arg, int pending) in ath_reset_proc() function