Searched refs:e1000_watchdog (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 103 static void e1000_watchdog(struct work_struct *work); 511 * hardware, to avoid race conditions with e1000_watchdog() (which in e1000_down() 1112 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog); in e1000_probe() 2422 * e1000_watchdog - work function 2425 static void e1000_watchdog(struct work_struct *work) in e1000_watchdog() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 103 static void e1000_watchdog(struct work_struct *work); 511 * hardware, to avoid race conditions with e1000_watchdog() (which in e1000_down() 1112 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog); in e1000_probe() 2423 * e1000_watchdog - work function 2426 static void e1000_watchdog(struct work_struct *work) in e1000_watchdog() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 4798 * gets fixed (in e1000_watchdog), the actual LAA is in one in e1000_set_mac() 5176 * e1000_watchdog - Timer Call-back 5179 static void e1000_watchdog(struct timer_list *t) in e1000_watchdog() function 7544 timer_setup(&adapter->watchdog_timer, e1000_watchdog, 0); in e1000_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 4793 * gets fixed (in e1000_watchdog), the actual LAA is in one in e1000_set_mac() 5171 * e1000_watchdog - Timer Call-back 5174 static void e1000_watchdog(struct timer_list *t) in e1000_watchdog() function 7594 timer_setup(&adapter->watchdog_timer, e1000_watchdog, 0); in e1000_probe()
|
Completed in 28 milliseconds