Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/txp/
H A Dif_txp.c212 callout_init(&sc->txp_stat_timer); in txp_attach()
1143 callout_reset(&sc->txp_stat_timer, hz, txp_tick, sc); in txp_init()
1181 callout_reset(&sc->txp_stat_timer, hz, txp_tick, sc); in txp_tick()
1517 callout_stop(&sc->txp_stat_timer); in txp_stop()
H A Dif_txpreg.h606 struct callout txp_stat_timer; member