Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c103 static void e1000_watchdog(struct work_struct *work);
1106 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog); in e1000_probe()
2427 static void e1000_watchdog(struct work_struct *work) in e1000_watchdog() function
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5197 static void e1000_watchdog(struct timer_list *t) in e1000_watchdog() function
7603 timer_setup(&adapter->watchdog_timer, e1000_watchdog, 0); in e1000_probe()