Searched refs:sc_chanswitchtask (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwlvar.h331 struct task sc_chanswitchtask;/* chan switch processing */ member in struct:mwl_softc
H A Dif_mwl.c363 TASK_INIT(&sc->sc_chanswitchtask, 0, mwl_chanswitch_proc, sc);
848 taskqueue_enqueue(sc->sc_tq, &sc->sc_chanswitchtask);

Completed in 72 milliseconds