Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/tx/
H A Dif_txvar.h68 struct callout tx_stat_timer; member
H A Dif_tx.c200 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()