Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/e1000/
De1000_main.c103 static void e1000_watchdog(struct work_struct *work);
1112 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog); in e1000_probe()
2426 static void e1000_watchdog(struct work_struct *work) in e1000_watchdog() function
/linux-5.19.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5178 static void e1000_watchdog(struct timer_list *t) in e1000_watchdog() function
7596 timer_setup(&adapter->watchdog_timer, e1000_watchdog, 0); in e1000_probe()