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