Home
last modified time | relevance | path

Searched refs:tulip_stat_timer (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_devar.h575 struct callout tulip_stat_timer; member
H A Dif_de.c3307 callout_reset(&sc->tulip_stat_timer, hz, tulip_watchdog, sc); in tulip_init_locked()
3313 callout_stop(&sc->tulip_stat_timer); in tulip_init_locked()
4324 callout_reset(&sc->tulip_stat_timer, hz, tulip_watchdog, sc); in tulip_watchdog()
4828 callout_init_mtx(&sc->tulip_stat_timer, TULIP_MUTEX(sc), 0); in tulip_pci_attach()