Searched refs:tx_watchdog (Results 1 – 1 of 1) sorted by relevance
461 struct timer_list tx_watchdog; member1545 del_timer_sync(&dev->tx_watchdog);1605 struct ns83820 *dev = from_timer(dev, t, tx_watchdog);1623 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);1655 timer_setup(&dev->tx_watchdog, ns83820_tx_watch, 0);1656 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);