Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h257 timeout_id_t scan_to; member
H A Dif_iwn.c1420 if (sc->scan_to != 0) in iwn_detach()
1421 (void) untimeout(sc->scan_to); in iwn_detach()
1422 sc->scan_to = 0; in iwn_detach()
2567 if (sc->scan_to != 0) in iwn_newstate()
2568 (void) untimeout(sc->scan_to); in iwn_newstate()
2569 sc->scan_to = 0; in iwn_newstate()
3174 (void) untimeout(sc->scan_to); in iwn_notif_intr()
3175 sc->scan_to = 0; in iwn_notif_intr()
4315 sc->scan_to = 0; in iwn_abort_scan()
4365 if (sc->scan_to != 0) in iwn_periodic()
[all …]