Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.h30 s32 igb_get_phy_id(struct e1000_hw *hw);
H A De1000_82575.c831 igb_get_phy_id(hw); in igb_get_phy_id_82575()
841 ret_val = igb_get_phy_id(hw); in igb_get_phy_id_82575()
866 ret_val = igb_get_phy_id(hw); in igb_get_phy_id_82575()
900 ret_val = igb_get_phy_id(hw); in igb_get_phy_id_82575()
H A De1000_phy.c54 s32 igb_get_phy_id(struct e1000_hw *hw) in igb_get_phy_id() function