Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c182 static void ath_bstuck_proc(void *, int);
769 TASK_INIT(&sc->sc_bstucktask,0, ath_bstuck_proc, sc);
3779 ath_bstuck_proc(void *arg, int pending) function