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.c2475 sc->rl_watchdog_timer = 0; in re_txeof()
2951 sc->rl_watchdog_timer = 5; in re_start_locked()
3021 sc->rl_watchdog_timer = 5; in re_start_tx()
3354 sc->rl_watchdog_timer = 0; in re_init_locked()
3565 if (sc->rl_watchdog_timer == 0 || --sc->rl_watchdog_timer != 0) in re_watchdog()
3604 sc->rl_watchdog_timer = 0; in re_stop()