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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h192 struct callout scan_timeout; member in struct:wpi_softc
H A Dif_wpi.c532 callout_init_mtx(&sc->scan_timeout, &sc->rxon_mtx, 0);
696 callout_drain(&sc->scan_timeout);
2254 if (callout_pending(&sc->scan_timeout)) {
2361 callout_stop(&sc->scan_timeout);
4117 if (callout_pending(&sc->scan_timeout)) {
4281 callout_reset(&sc->scan_timeout, 5*hz, wpi_scan_timeout, sc);
5541 callout_stop(&sc->scan_timeout);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h325 struct callout scan_timeout; member in struct:iwn_softc
H A Dif_iwn.c682 callout_init_mtx(&sc->scan_timeout, &sc->sc_mtx, 0);
1419 callout_drain(&sc->scan_timeout);
4133 callout_stop(&sc->scan_timeout);
7274 callout_reset(&sc->scan_timeout, 5*hz, iwn_scan_timeout, sc);
9055 callout_stop(&sc->scan_timeout);

Completed in 60 milliseconds