Searched refs:calib_to (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h258 timeout_id_t calib_to; member in struct:iwn_softc
H A Dif_iwn.c1416 if (sc->calib_to != 0)
1417 (void) untimeout(sc->calib_to);
1418 sc->calib_to = 0;
2463 (void) untimeout(sc->calib_to);
2464 sc->calib_to = 0;
2616 sc->calib_to = timeout(iwn_calib_timeout, sc,
4360 if (sc->calib_to != 0)
4361 (void) untimeout(sc->calib_to);
4362 sc->calib_to = 0;
6077 sc->calib_to
[all...]

Completed in 56 milliseconds