Searched refs:tx_watchdog (Results 1 – 1 of 1) sorted by relevance
461 struct timer_list tx_watchdog; member1541 del_timer_sync(&dev->tx_watchdog);1619 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);1651 init_timer(&dev->tx_watchdog);1652 dev->tx_watchdog.data = (unsigned long)ndev;1653 dev->tx_watchdog.function = ns83820_tx_watch;1654 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);