Home
last modified time | relevance | path

Searched refs:mib_counters_timer (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c373 struct timer_list mib_counters_timer; member
1333 struct mv643xx_eth_private *mp = from_timer(mp, t, mib_counters_timer); in mib_counters_timer_wrapper()
1335 mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ); in mib_counters_timer_wrapper()
2461 add_timer(&mp->mib_counters_timer); in mv643xx_eth_open()
2527 del_timer_sync(&mp->mib_counters_timer); in mv643xx_eth_stop()
3166 timer_setup(&mp->mib_counters_timer, mib_counters_timer_wrapper, 0); in mv643xx_eth_probe()
3167 mp->mib_counters_timer.expires = jiffies + 30 * HZ; in mv643xx_eth_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c374 struct timer_list mib_counters_timer; member
1336 struct mv643xx_eth_private *mp = from_timer(mp, t, mib_counters_timer); in mib_counters_timer_wrapper()
1338 mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ); in mib_counters_timer_wrapper()
2472 add_timer(&mp->mib_counters_timer); in mv643xx_eth_open()
2538 del_timer_sync(&mp->mib_counters_timer); in mv643xx_eth_stop()
3215 timer_setup(&mp->mib_counters_timer, mib_counters_timer_wrapper, 0); in mv643xx_eth_probe()
3216 mp->mib_counters_timer.expires = jiffies + 30 * HZ; in mv643xx_eth_probe()

Completed in 12 milliseconds