Home
last modified time | relevance | path

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

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