Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb_main.c123 static void igb_update_phy_info(struct timer_list *);
3421 timer_setup(&adapter->phy_info_timer, igb_update_phy_info, 0); in igb_probe()
5417 static void igb_update_phy_info(struct timer_list *t) in igb_update_phy_info() function