Searched refs:sc_watchdog_timer (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/dev/cm/ |
| D | smc90cx6.c | 204 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()
|
| D | smc90cx6var.h | 73 struct callout sc_watchdog_timer; member
|
| /freebsd-10-stable/sys/dev/stge/ |
| D | if_stge.c | 1219 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()
|
| D | if_stgereg.h | 658 int sc_watchdog_timer; member
|
| /freebsd-10-stable/sys/dev/txp/ |
| D | if_txpreg.h | 684 int sc_watchdog_timer; member
|
| D | if_txp.c | 1106 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/ |
| D | if_bwivar.h | 574 struct callout sc_watchdog_timer; member
|
| D | if_bwi.c | 467 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/ |
| D | if_bwnvar.h | 921 int sc_watchdog_timer; member
|
| D | if_bwn.c | 1337 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()
|