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

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h190 struct callout scan_timeout; member in struct:wpi_softc
H A Dif_wpi.c530 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0);
694 callout_drain(&sc->scan_timeout);
2232 if (callout_pending(&sc->scan_timeout)) {
2337 callout_stop(&sc->scan_timeout);
4090 if (callout_pending(&sc->scan_timeout)) {
4254 callout_reset(&sc->scan_timeout, 5*hz, wpi_scan_timeout, sc);
5514 callout_stop(&sc->scan_timeout);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h320 struct callout scan_timeout; member in struct:iwn_softc
H A Dif_iwn.c674 callout_init_mtx(&sc->scan_timeout, &sc->sc_mtx, 0);
1406 callout_drain(&sc->scan_timeout);
3960 callout_stop(&sc->scan_timeout);
7014 callout_reset(&sc->scan_timeout, 5*hz, iwn_scan_timeout, sc);
8842 callout_stop(&sc->scan_timeout);

Completed in 133 milliseconds