Searched refs:mib_counters_timer (Results 1 – 1 of 1) sorted by relevance
373 struct timer_list mib_counters_timer; member1335 struct mv643xx_eth_private *mp = from_timer(mp, t, mib_counters_timer); in mib_counters_timer_wrapper()1337 mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ); in mib_counters_timer_wrapper()2471 add_timer(&mp->mib_counters_timer); in mv643xx_eth_open()2537 del_timer_sync(&mp->mib_counters_timer); in mv643xx_eth_stop()3180 timer_setup(&mp->mib_counters_timer, mib_counters_timer_wrapper, 0); in mv643xx_eth_probe()3181 mp->mib_counters_timer.expires = jiffies + 30 * HZ; in mv643xx_eth_probe()