Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/usb/
Dlan78xx.c412 struct timer_list stat_monitor; member
1200 del_timer(&dev->stat_monitor); in lan78xx_link_reset()
1240 if (!timer_pending(&dev->stat_monitor)) { in lan78xx_link_reset()
1242 mod_timer(&dev->stat_monitor, in lan78xx_link_reset()
2698 if (timer_pending(&dev->stat_monitor)) in lan78xx_stop()
2699 del_timer_sync(&dev->stat_monitor); in lan78xx_stop()
3503 if (timer_pending(&dev->stat_monitor) && (dev->delta != 1)) { in lan78xx_bh()
3505 mod_timer(&dev->stat_monitor, in lan78xx_bh()
3589 mod_timer(&dev->stat_monitor, in lan78xx_delayedwork()
3696 struct lan78xx_net *dev = from_timer(dev, t, stat_monitor); in lan78xx_stat_monitor()
[all …]