Searched refs:scan_timeout (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/wpi/ |
| H A D | if_wpivar.h | 192 struct callout scan_timeout; member
|
| H A D | if_wpi.c | 535 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0); in wpi_attach() 699 callout_drain(&sc->scan_timeout); in wpi_detach() 2259 if (callout_pending(&sc->scan_timeout)) { in wpi_notif_intr() 2364 callout_stop(&sc->scan_timeout); in wpi_notif_intr() 4115 if (callout_pending(&sc->scan_timeout)) { in wpi_scan() 4279 callout_reset(&sc->scan_timeout, 5*hz, wpi_scan_timeout, sc); in wpi_scan() 5540 callout_stop(&sc->scan_timeout); in wpi_stop_locked()
|
| /freebsd-13.1/sys/dev/iwn/ |
| H A D | if_iwnvar.h | 325 struct callout scan_timeout; member
|
| H A D | if_iwn.c | 683 callout_init_mtx(&sc->scan_timeout, &sc->sc_mtx, 0); in iwn_attach() 1416 callout_drain(&sc->scan_timeout); in iwn_detach() 4131 callout_stop(&sc->scan_timeout); in iwn_notif_intr() 7265 callout_reset(&sc->scan_timeout, 5*hz, iwn_scan_timeout, sc); in iwn_scan() 9044 callout_stop(&sc->scan_timeout); in iwn_stop_locked()
|