Home
last modified time | relevance | path

Searched refs:rl_watchdog_timer (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/rl/
H A Dif_rl.c1283 sc->rl_watchdog_timer = 0; in rl_txeof()
1649 sc->rl_watchdog_timer = 5; in rl_start_locked()
1885 if (sc->rl_watchdog_timer == 0 || --sc->rl_watchdog_timer >0) in rl_watchdog()
1909 sc->rl_watchdog_timer = 0; in rl_stop()
H A Dif_rlreg.h893 int rl_watchdog_timer; member
/freebsd/sys/dev/re/
H A Dif_re.c2477 sc->rl_watchdog_timer = 0; in re_txeof()
2953 sc->rl_watchdog_timer = 5; in re_start_locked()
3023 sc->rl_watchdog_timer = 5; in re_start_tx()
3356 sc->rl_watchdog_timer = 0; in re_init_locked()
3568 if (sc->rl_watchdog_timer == 0 || --sc->rl_watchdog_timer != 0) in re_watchdog()
3609 sc->rl_watchdog_timer = 0; in re_stop()