Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/rl/
H A Dif_rl.c1296 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()
H A Dif_rlreg.h894 int rl_watchdog_timer; member
/freebsd-13.1/sys/dev/re/
H A Dif_re.c2478 sc->rl_watchdog_timer = 0; in re_txeof()
2954 sc->rl_watchdog_timer = 5; in re_start_locked()
3024 sc->rl_watchdog_timer = 5; in re_start_tx()
3361 sc->rl_watchdog_timer = 0; in re_init_locked()
3572 if (sc->rl_watchdog_timer == 0 || --sc->rl_watchdog_timer != 0) in re_watchdog()
3611 sc->rl_watchdog_timer = 0; in re_stop()