Searched refs:sc_radioon_task (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h232 struct task sc_radioon_task; member in struct:wpi_softc
H A Dif_wpi.c534 TASK_INIT(&sc->sc_radioon_task, 0, wpi_radio_on, sc);
687 ieee80211_draintask(ic, &sc->sc_radioon_task);
3163 ieee80211_runtask(ic, &sc->sc_radioon_task);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h307 struct task sc_radioon_task; member in struct:iwn_softc
H A Dif_iwn.c676 TASK_INIT(&sc->sc_radioon_task, 0, iwn_radio_on, sc);
1398 ieee80211_draintask(&sc->sc_ic, &sc->sc_radioon_task);
4020 ieee80211_runtask(ic, &sc->sc_radioon_task);

Completed in 123 milliseconds