Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/
HDif_ath.c165 static void ath_bmiss_proc(void *, int);
762 TASK_INIT(&sc->sc_bmisstask, 0, ath_bmiss_proc, sc); in ath_attach()
2486 ath_bmiss_proc(void *arg, int pending) in ath_bmiss_proc() function