Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rl/
Dif_rl.c1295 sc->rl_watchdog_timer = 0; in rl_txeof()
1662 sc->rl_watchdog_timer = 5; in rl_start_locked()
1898 if (sc->rl_watchdog_timer == 0 || --sc->rl_watchdog_timer >0) in rl_watchdog()
1922 sc->rl_watchdog_timer = 0; in rl_stop()
Dif_rlreg.h894 int rl_watchdog_timer; member
/freebsd-12-stable/sys/dev/re/
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()
3360 sc->rl_watchdog_timer = 0; in re_init_locked()
3571 if (sc->rl_watchdog_timer == 0 || --sc->rl_watchdog_timer != 0) in re_watchdog()
3610 sc->rl_watchdog_timer = 0; in re_stop()