Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h99 struct callout sc_wdtimer; /* watchdog timer */ member
H A Dif_ipw.c236 callout_init_mtx(&sc->sc_wdtimer, &sc->sc_mtx, 0); in ipw_attach()
377 callout_drain(&sc->sc_wdtimer); in ipw_detach()
1771 callout_reset(&sc->sc_wdtimer, hz, ipw_watchdog, sc); in ipw_watchdog()
2386 callout_reset(&sc->sc_wdtimer, hz, ipw_watchdog, sc); in ipw_init_locked()
2506 callout_stop(&sc->sc_wdtimer); in ipw_stop_locked()
/freebsd/sys/dev/iwi/
H A Dif_iwivar.h213 struct callout sc_wdtimer; /* watchdog timer */ member
H A Dif_iwi.c298 callout_init_mtx(&sc->sc_wdtimer, &sc->sc_mtx, 0); in iwi_attach()
2021 callout_reset(&sc->sc_wdtimer, hz, iwi_watchdog, sc); in iwi_watchdog()
3158 callout_reset(&sc->sc_wdtimer, hz, iwi_watchdog, sc); in iwi_init_locked()
3195 callout_stop(&sc->sc_wdtimer); in iwi_stop_locked()