Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c124 static void igb_watchdog(struct timer_list *);
3420 timer_setup(&adapter->watchdog_timer, igb_watchdog, 0); in igb_probe()
5507 static void igb_watchdog(struct timer_list *t) in igb_watchdog() function