Home
last modified time | relevance | path

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

/src/sys/dev/iwm/
H A Dif_iwmvar.h503 struct task sc_es_task; member
H A Dif_iwm.c5526 ieee80211_runtask(ic, &sc->sc_es_task); in iwm_handle_rxb()
5538 ieee80211_runtask(ic, &sc->sc_es_task); in iwm_handle_rxb()
5989 TASK_INIT(&sc->sc_es_task, 0, iwm_endscan_cb, sc); in iwm_attach()
6460 taskqueue_cancel(ic->ic_tq, &sc->sc_es_task, NULL); in iwm_scan_end()
6564 ieee80211_draintask(&sc->sc_ic, &sc->sc_es_task); in iwm_detach_local()
/src/sys/dev/iwx/
H A Dif_iwxvar.h824 struct task sc_es_task; member
H A Dif_iwx.c9239 ieee80211_runtask(&sc->sc_ic, &sc->sc_es_task); in iwx_rx_pkt()
10208 TASK_INIT(&sc->sc_es_task, 0, iwx_endscan_cb, sc); in iwx_attach()