Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c163 static void ath_fatal_proc(void *, int);
767 TASK_INIT(&sc->sc_fataltask, 0, ath_fatal_proc, sc); in ath_attach()
2370 ath_fatal_proc(void *arg, int pending) in ath_fatal_proc() function