Searched refs:tulip_stat_timer (Results 1 – 2 of 2) sorted by relevance
575 struct callout tulip_stat_timer; member
3307 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()