Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c175 static void ath_bmiss_proc(void *, int);
768 TASK_INIT(&sc->sc_bmisstask, 0, ath_bmiss_proc, sc);
2449 ath_bmiss_proc(void *arg, int pending) function