Searched refs:get_phy_info (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/igb/
H A Digb.h444 if (hw->phy.ops.get_phy_info)
445 return hw->phy.ops.get_phy_info(hw);
H A De1000_82575.c338 phy->ops.get_phy_info = igb_get_phy_info_m88;
350 phy->ops.get_phy_info = igb_get_phy_info_igp;
361 phy->ops.get_phy_info = igb_get_phy_info_82580;
H A De1000_hw.h325 s32 (*get_phy_info)(struct e1000_hw *); member in struct:e1000_phy_operations

Completed in 34 milliseconds