Searched refs:sc_watchdog (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h262 struct callout sc_watchdog; member in struct:mwl_softc
H A Dif_mwl.c350 callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
545 callout_drain(&sc->sc_watchdog);
1188 callout_reset(&sc->sc_watchdog, hz, mwl_watchdog, sc);
1203 callout_stop(&sc->sc_watchdog);
4571 callout_reset(&sc->sc_watchdog, hz, mwl_watchdog, sc);

Completed in 50 milliseconds