Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl.c103 static void mwl_chanswitch_proc(void *, int);
360 TASK_INIT(&sc->sc_chanswitchtask, 0, mwl_chanswitch_proc, sc); in mwl_attach()
867 mwl_chanswitch_proc(void *arg, int pending) in mwl_chanswitch_proc() function