Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ath/
H A Dif_ath.c219 static void ath_dfs_tasklet(void *, int);
871 TASK_INIT(&sc->sc_dfstask, 0, ath_dfs_tasklet, sc); in ath_attach()
6671 ath_dfs_tasklet(void *p, int npending) in ath_dfs_tasklet() function