mib_counters_timer 373 drivers/net/ethernet/marvell/mv643xx_eth.c struct timer_list mib_counters_timer; mib_counters_timer 1339 drivers/net/ethernet/marvell/mv643xx_eth.c struct mv643xx_eth_private *mp = from_timer(mp, t, mib_counters_timer); mib_counters_timer 1341 drivers/net/ethernet/marvell/mv643xx_eth.c mod_timer(&mp->mib_counters_timer, jiffies + 30 * HZ); mib_counters_timer 2466 drivers/net/ethernet/marvell/mv643xx_eth.c add_timer(&mp->mib_counters_timer); mib_counters_timer 2531 drivers/net/ethernet/marvell/mv643xx_eth.c del_timer_sync(&mp->mib_counters_timer); mib_counters_timer 3169 drivers/net/ethernet/marvell/mv643xx_eth.c timer_setup(&mp->mib_counters_timer, mib_counters_timer_wrapper, 0); mib_counters_timer 3170 drivers/net/ethernet/marvell/mv643xx_eth.c mp->mib_counters_timer.expires = jiffies + 30 * HZ;