Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.h47 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
H A De1000_phy.c169 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_mdic() function
392 ret_val = igb_write_phy_reg_mdic(hw, in igb_read_phy_reg_igp()
431 ret_val = igb_write_phy_reg_mdic(hw, in igb_write_phy_reg_igp()
440 ret_val = igb_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset, in igb_write_phy_reg_igp()
H A De1000_82575.c2196 ret_val = igb_write_phy_reg_mdic(hw, offset, data); in igb_write_phy_reg_82580()