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