Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dwi.c1039 sc->sc_scan_timer = 0; in wi_stop()
1337 if (sc->sc_scan_timer) { in wi_watchdog()
1338 if (--sc->sc_scan_timer <= WI_SCAN_WAIT - WI_SCAN_INQWAIT && in wi_watchdog()
1343 if (sc->sc_scan_timer) in wi_watchdog()
2049 sc->sc_scan_timer > 0) { in wi_info_intr()
2052 sc->sc_scan_timer = 0; in wi_info_intr()
2321 if (sc->sc_scan_timer > 0) { in wi_get_cfg()
3318 sc->sc_scan_timer = WI_SCAN_WAIT; in wi_scan_ap()
3385 sc->sc_scan_timer = 0; in wi_scan_result()
H A Dwivar.h149 int sc_scan_timer; member