Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath.c172 static void ath_bstuck_proc(void *, int);
725 TASK_INIT(&sc->sc_bstucktask,0, ath_bstuck_proc, sc); in ath_attach()
3649 ath_bstuck_proc(void *arg, int pending) in ath_bstuck_proc() function