Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/e1000/
De1000_main.c102 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