Home
last modified time | relevance | path

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

/freebsd/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/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()
570 callout_drain(&sc->sc_watchdog_timer); in bwi_detach()
1278 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_init_statechg()
1448 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_watchdog()
1503 callout_stop(&sc->sc_watchdog_timer); in bwi_stop_locked()
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h1050 int sc_watchdog_timer; member
H A Dif_bwn.c1023 sc->sc_watchdog_timer = 5; in bwn_start()
1276 if (sc->sc_watchdog_timer != 0 && --sc->sc_watchdog_timer == 0) { in bwn_watchdog()
1847 sc->sc_watchdog_timer = 5; in bwn_raw_xmit()
4818 sc->sc_watchdog_timer = 0; in bwn_core_stop()
6176 sc->sc_watchdog_timer = 0; in bwn_dma_handle_txeof()
6213 sc->sc_watchdog_timer = 0; in bwn_pio_handle_txeof()