Searched refs:tulip_watchdog (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/de/
H A Dif_de.c155 static void tulip_watchdog(void *arg);
3307 callout_reset(&sc->tulip_stat_timer, hz, tulip_watchdog, sc);
4315 tulip_watchdog(void *arg) function
4324 callout_reset(&sc->tulip_stat_timer, hz, tulip_watchdog, sc);

Completed in 161 milliseconds