Searched refs:sc_watchdog_timer (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/cm/ |
| HD | smc90cx6.c | 205 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()
|
| HD | smc90cx6var.h | 73 struct callout sc_watchdog_timer; member
|
| /NextBSD/sys/dev/stge/ |
| HD | if_stge.c | 1218 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()
|
| HD | if_stgereg.h | 658 int sc_watchdog_timer; member
|
| /NextBSD/sys/dev/txp/ |
| HD | if_txpreg.h | 683 int sc_watchdog_timer; member
|
| HD | if_txp.c | 1109 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/ |
| HD | if_bwivar.h | 575 struct callout sc_watchdog_timer; member
|
| HD | if_bwi.c | 451 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/ |
| HD | if_bwnvar.h | 921 int sc_watchdog_timer; member
|
| HD | if_bwn.c | 1291 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()
|