e1000_watchdog
static void e1000_watchdog(struct work_struct *work);
INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog);
timer_setup(&adapter->watchdog_timer, e1000_watchdog, 0);