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 in struct:iwn_softc
H A Dif_iwn.c1420 if (sc->scan_to != 0)
1421 (void) untimeout(sc->scan_to);
1422 sc->scan_to = 0;
2521 sc->scan_to = timeout(iwn_abort_scan, sc, iwn_scan_timeout *
2567 if (sc->scan_to != 0)
2568 (void) untimeout(sc->scan_to);
2569 sc->scan_to = 0;
3174 (void) untimeout(sc->scan_to);
3175 sc->scan_to = 0;
4314 sc->scan_to
[all...]

Completed in 55 milliseconds