Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.h46 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
H A De1000_phy.c113 s32 igb_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_mdic() function
401 ret_val = igb_read_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset, in igb_read_phy_reg_igp()
H A De1000_82575.c2171 ret_val = igb_read_phy_reg_mdic(hw, offset, data); in igb_read_phy_reg_82580()