Home
last modified time | relevance | path

Searched refs:stat_monitor (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/usb/
Dlan78xx.c398 struct timer_list stat_monitor; member
1184 del_timer(&dev->stat_monitor); in lan78xx_link_reset()
1224 if (!timer_pending(&dev->stat_monitor)) { in lan78xx_link_reset()
1226 mod_timer(&dev->stat_monitor, in lan78xx_link_reset()
2683 if (timer_pending(&dev->stat_monitor)) in lan78xx_stop()
2684 del_timer_sync(&dev->stat_monitor); in lan78xx_stop()
3418 if (timer_pending(&dev->stat_monitor) && (dev->delta != 1)) { in lan78xx_bh()
3420 mod_timer(&dev->stat_monitor, in lan78xx_bh()
3504 mod_timer(&dev->stat_monitor, in lan78xx_delayedwork()
3625 struct lan78xx_net *dev = from_timer(dev, t, stat_monitor); in lan78xx_stat_monitor()
[all …]