Searched refs:sc_es_task (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/iwm/ |
| H A D | if_iwmvar.h | 503 struct task sc_es_task; member
|
| H A D | if_iwm.c | 5526 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 D | if_iwxvar.h | 824 struct task sc_es_task; member
|
| H A D | if_iwx.c | 9239 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()
|