Searched refs:sc_wdtimer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/ipw/ |
| H A D | if_ipwvar.h | 100 struct callout sc_wdtimer; /* watchdog timer */ member
|
| H A D | if_ipw.c | 240 callout_init_mtx(&sc->sc_wdtimer, &sc->sc_mtx, 0); in ipw_attach() 381 callout_drain(&sc->sc_wdtimer); in ipw_detach() 1778 callout_reset(&sc->sc_wdtimer, hz, ipw_watchdog, sc); in ipw_watchdog() 2393 callout_reset(&sc->sc_wdtimer, hz, ipw_watchdog, sc); in ipw_init_locked() 2513 callout_stop(&sc->sc_wdtimer); in ipw_stop_locked()
|
| /freebsd-13.1/sys/dev/iwi/ |
| H A D | if_iwivar.h | 214 struct callout sc_wdtimer; /* watchdog timer */ member
|
| H A D | if_iwi.c | 302 callout_init_mtx(&sc->sc_wdtimer, &sc->sc_mtx, 0); in iwi_attach() 2028 callout_reset(&sc->sc_wdtimer, hz, iwi_watchdog, sc); in iwi_watchdog() 3165 callout_reset(&sc->sc_wdtimer, hz, iwi_watchdog, sc); in iwi_init_locked() 3202 callout_stop(&sc->sc_wdtimer); in iwi_stop_locked()
|