Searched refs:scan_timeout (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpivar.h192 struct callout scan_timeout; member in struct:wpi_softc
H A Dif_wpi.c535 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0);
699 callout_drain(&sc->scan_timeout);
2259 if (callout_pending(&sc->scan_timeout)) {
2364 callout_stop(&sc->scan_timeout);
4115 if (callout_pending(&sc->scan_timeout)) {
4279 callout_reset(&sc->scan_timeout, 5*hz, wpi_scan_timeout, sc);
5539 callout_stop(&sc->scan_timeout);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwnvar.h325 struct callout scan_timeout; member in struct:iwn_softc
H A Dif_iwn.c683 callout_init_mtx(&sc->scan_timeout, &sc->sc_mtx, 0);
1416 callout_drain(&sc->scan_timeout);
4131 callout_stop(&sc->scan_timeout);
7265 callout_reset(&sc->scan_timeout, 5*hz, iwn_scan_timeout, sc);
9044 callout_stop(&sc->scan_timeout);

Completed in 194 milliseconds