Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cm/
HDsmc90cx6.c205 callout_init_mtx(&sc->sc_watchdog_timer, &sc->sc_mtx, 0);
311 callout_reset(&sc->sc_watchdog_timer, hz, cm_watchdog, sc);
329 callout_stop(&sc->sc_watchdog_timer);
920 callout_reset(&sc->sc_watchdog_timer, hz, cm_watchdog, sc); in cm_watchdog()
HDsmc90cx6var.h73 struct callout sc_watchdog_timer; member
/NextBSD/sys/dev/stge/
HDif_stge.c1218 sc->sc_watchdog_timer = 5; in stge_start_locked()
1234 if (sc->sc_watchdog_timer == 0 || --sc->sc_watchdog_timer) in stge_watchdog()
1572 sc->sc_watchdog_timer = 0; in stge_txeof()
2217 sc->sc_watchdog_timer = 0; in stge_stop()
HDif_stgereg.h658 int sc_watchdog_timer; member
/NextBSD/sys/dev/txp/
HDif_txpreg.h683 int sc_watchdog_timer; member
HDif_txp.c1109 sc->sc_watchdog_timer = 0; in txp_tx_reclaim()
2096 sc->sc_watchdog_timer = TXP_TX_TIMEOUT; in txp_start_locked()
2540 if (sc->sc_watchdog_timer == 0 || --sc->sc_watchdog_timer) in txp_watchdog()
/NextBSD/sys/dev/bwi/
HDif_bwivar.h575 struct callout sc_watchdog_timer; member
HDif_bwi.c451 callout_init_mtx(&sc->sc_watchdog_timer, &sc->sc_mtx, 0); in bwi_attach()
566 callout_drain(&sc->sc_watchdog_timer); in bwi_detach()
1274 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_init_statechg()
1443 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_watchdog()
1498 callout_stop(&sc->sc_watchdog_timer); in bwi_stop_locked()
/NextBSD/sys/dev/bwn/
HDif_bwnvar.h921 int sc_watchdog_timer; member
HDif_bwn.c1291 sc->sc_watchdog_timer = 5; in bwn_start()
1538 if (sc->sc_watchdog_timer != 0 && --sc->sc_watchdog_timer == 0) { in bwn_watchdog()
2704 sc->sc_watchdog_timer = 5; in bwn_raw_xmit()
8110 sc->sc_watchdog_timer = 0; in bwn_core_stop()
9314 sc->sc_watchdog_timer = 0; in bwn_dma_handle_txeof()
9353 sc->sc_watchdog_timer = 0; in bwn_pio_handle_txeof()