Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dlan78xx.c401 struct timer_list stat_monitor; member
1187 del_timer(&dev->stat_monitor); in lan78xx_link_reset()
1227 if (!timer_pending(&dev->stat_monitor)) { in lan78xx_link_reset()
1229 mod_timer(&dev->stat_monitor, in lan78xx_link_reset()
2693 if (timer_pending(&dev->stat_monitor)) in lan78xx_stop()
2694 del_timer_sync(&dev->stat_monitor); in lan78xx_stop()
3497 if (timer_pending(&dev->stat_monitor) && (dev->delta != 1)) { in lan78xx_bh()
3499 mod_timer(&dev->stat_monitor, in lan78xx_bh()
3583 mod_timer(&dev->stat_monitor, in lan78xx_delayedwork()
3690 struct lan78xx_net *dev = from_timer(dev, t, stat_monitor); in lan78xx_stat_monitor()
[all …]