Searched refs:e1000_update_phy_info_task (Results 1 – 1 of 1) sorted by relevance
102 static void e1000_update_phy_info_task(struct work_struct *work);1115 INIT_DELAYED_WORK(&adapter->phy_info_task, e1000_update_phy_info_task); in e1000_probe()2341 static void e1000_update_phy_info_task(struct work_struct *work) in e1000_update_phy_info_task() function