Searched refs:igb_write_phy_reg_mdic (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/igb/ |
D | e1000_phy.h | 47 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
|
D | e1000_phy.c | 169 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()
|
D | e1000_82575.c | 2198 ret_val = igb_write_phy_reg_mdic(hw, offset, data); in igb_write_phy_reg_82580()
|