Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cm/
Dsmc90cx6.c204 callout_init_mtx(&sc->sc_watchdog_timer, &sc->sc_mtx, 0);
310 callout_reset(&sc->sc_watchdog_timer, hz, cm_watchdog, sc);
328 callout_stop(&sc->sc_watchdog_timer);
922 callout_reset(&sc->sc_watchdog_timer, hz, cm_watchdog, sc); in cm_watchdog()
Dsmc90cx6var.h73 struct callout sc_watchdog_timer; member
/freebsd-10-stable/sys/dev/stge/
Dif_stge.c1219 sc->sc_watchdog_timer = 5; in stge_start_locked()
1235 if (sc->sc_watchdog_timer == 0 || --sc->sc_watchdog_timer) in stge_watchdog()
1573 sc->sc_watchdog_timer = 0; in stge_txeof()
2218 sc->sc_watchdog_timer = 0; in stge_stop()
Dif_stgereg.h658 int sc_watchdog_timer; member
/freebsd-10-stable/sys/dev/txp/
Dif_txpreg.h684 int sc_watchdog_timer; member
Dif_txp.c1106 sc->sc_watchdog_timer = 0; in txp_tx_reclaim()
2083 sc->sc_watchdog_timer = TXP_TX_TIMEOUT; in txp_start_locked()
2527 if (sc->sc_watchdog_timer == 0 || --sc->sc_watchdog_timer) in txp_watchdog()
/freebsd-10-stable/sys/dev/bwi/
Dif_bwivar.h574 struct callout sc_watchdog_timer; member
Dif_bwi.c467 callout_init_mtx(&sc->sc_watchdog_timer, &sc->sc_mtx, 0); in bwi_attach()
580 callout_drain(&sc->sc_watchdog_timer); in bwi_detach()
1292 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_init_statechg()
1496 callout_reset(&sc->sc_watchdog_timer, hz, bwi_watchdog, sc); in bwi_watchdog()
1552 callout_stop(&sc->sc_watchdog_timer); in bwi_stop_locked()
/freebsd-10-stable/sys/dev/bwn/
Dif_bwnvar.h921 int sc_watchdog_timer; member
Dif_bwn.c1337 sc->sc_watchdog_timer = 5; in bwn_start_locked()
1588 if (sc->sc_watchdog_timer != 0 && --sc->sc_watchdog_timer == 0) { in bwn_watchdog()
2761 sc->sc_watchdog_timer = 5; in bwn_raw_xmit()
8215 sc->sc_watchdog_timer = 0; in bwn_core_stop()
9449 sc->sc_watchdog_timer = 0; in bwn_dma_handle_txeof()
9483 sc->sc_watchdog_timer = 0; in bwn_pio_handle_txeof()