Searched refs:mib_counters_timer (Results 1 – 1 of 1) sorted by relevance
389 struct timer_list mib_counters_timer; member1325 mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ); in mib_counters_timer_wrapper()2450 add_timer(&mp->mib_counters_timer); in mv643xx_eth_open()2515 del_timer_sync(&mp->mib_counters_timer); in mv643xx_eth_stop()3128 init_timer(&mp->mib_counters_timer); in mv643xx_eth_probe()3129 mp->mib_counters_timer.data = (unsigned long)mp; in mv643xx_eth_probe()3130 mp->mib_counters_timer.function = mib_counters_timer_wrapper; in mv643xx_eth_probe()3131 mp->mib_counters_timer.expires = jiffies + 30 * HZ; in mv643xx_eth_probe()