Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/tl/
H A Dif_tl.c1197 callout_init(&sc->tl_stat_timer); in tl_attach()
1722 callout_reset(&sc->tl_stat_timer, hz, tl_stats_update, sc); in tl_stats_update_serialized()
1981 callout_reset(&sc->tl_stat_timer, hz, tl_stats_update, sc); in tl_init()
2121 callout_stop(&sc->tl_stat_timer); in tl_stop()
H A Dif_tlreg.h128 struct callout tl_stat_timer; member