Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/wpi/
H A Dif_wpivar.h192 struct callout scan_timeout; member
H A Dif_wpi.c535 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0); in wpi_attach()
699 callout_drain(&sc->scan_timeout); in wpi_detach()
2256 if (callout_pending(&sc->scan_timeout)) { in wpi_notif_intr()
2361 callout_stop(&sc->scan_timeout); in wpi_notif_intr()
4112 if (callout_pending(&sc->scan_timeout)) { in wpi_scan()
4276 callout_reset(&sc->scan_timeout, 5*hz, wpi_scan_timeout, sc); in wpi_scan()
5536 callout_stop(&sc->scan_timeout); in wpi_stop_locked()
/freebsd-12.1/sys/dev/iwn/
H A Dif_iwnvar.h325 struct callout scan_timeout; member
H A Dif_iwn.c684 callout_init_mtx(&sc->scan_timeout, &sc->sc_mtx, 0); in iwn_attach()
1415 callout_drain(&sc->scan_timeout); in iwn_detach()
4137 callout_stop(&sc->scan_timeout); in iwn_notif_intr()
7271 callout_reset(&sc->scan_timeout, 5*hz, iwn_scan_timeout, sc); in iwn_scan()
9052 callout_stop(&sc->scan_timeout); in iwn_stop_locked()