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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/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 93 milliseconds