Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c183 static void ath_reset_proc(void *, int);
770 TASK_INIT(&sc->sc_resettask,0, ath_reset_proc, sc);
3759 ath_reset_proc(void *arg, int pending) function