Searched refs:tx_stat_timer (Results 1 – 2 of 2) sorted by relevance
68 struct callout tx_stat_timer; member
200 callout_init(&sc->tx_stat_timer); in epic_attach()808 callout_reset(&sc->tx_stat_timer, hz, epic_stats_update, sc); in epic_stats_update()1127 callout_reset(&sc->tx_stat_timer, hz, epic_stats_update, sc); in epic_init()1341 callout_stop(&sc->tx_stat_timer); in epic_stop()