Home
last modified time | relevance | path

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

/drivers/net/
Dns83820.c465 struct timer_list tx_watchdog; member
1558 del_timer_sync(&dev->tx_watchdog);
1639 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);
1671 init_timer(&dev->tx_watchdog);
1672 dev->tx_watchdog.data = (unsigned long)ndev;
1673 dev->tx_watchdog.function = ns83820_tx_watch;
1674 mod_timer(&dev->tx_watchdog, jiffies + 2*HZ);