Home
last modified time | relevance | path

Searched refs:sc_watchdog_timer (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/dev/stge/
H A Dif_stge.c1207 sc->sc_watchdog_timer = 5; in stge_start_locked()
1223 if (sc->sc_watchdog_timer == 0 || --sc->sc_watchdog_timer) in stge_watchdog()
1561 sc->sc_watchdog_timer = 0; in stge_txeof()
2205 sc->sc_watchdog_timer = 0; in stge_stop()
H A Dif_stgereg.h659 int sc_watchdog_timer; member
/freebsd-src/sys/dev/bwi/
H A Dif_bwivar.h576 struct callout sc_watchdog_timer; member
H A Dif_bwi.c452 callout_init_mtx(&sc->sc_watchdog_timer, &sc->sc_mtx, 0); in bwi_attach()
567 callout_drain(&sc->sc_watchdog_timer); in bwi_detach()
1275 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_init_statechg()
1444 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_watchdog()
1499 callout_stop(&sc->sc_watchdog_timer); in bwi_stop_locked()
/freebsd-src/sys/dev/bwn/
H A Dif_bwnvar.h1050 int sc_watchdog_timer; member
H A Dif_bwn.c1021 sc->sc_watchdog_timer = 5; in bwn_start()
1274 if (sc->sc_watchdog_timer != 0 && --sc->sc_watchdog_timer == 0) { in bwn_watchdog()
1845 sc->sc_watchdog_timer = 5; in bwn_raw_xmit()
4816 sc->sc_watchdog_timer = 0; in bwn_core_stop()
6174 sc->sc_watchdog_timer = 0; in bwn_dma_handle_txeof()
6211 sc->sc_watchdog_timer = 0; in bwn_pio_handle_txeof()