Home
last modified time | relevance | path

Searched refs:read_i2c_eeprom (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1552 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1563 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1570 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1576 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1617 hw->phy.ops.read_i2c_eeprom( in ixgbe_identify_sfp_module_generic()
1681 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1688 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1695 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1819 status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_IDENTIFIER, in ixgbe_identify_qsfp_module_generic()
1832 status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_QSFP_10GBE_COMP, in ixgbe_identify_qsfp_module_generic()
[all …]
H A Dixgbe_x540.c904 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
H A Dixgbe_82598.c1185 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598,
H A Dixgbe_ethtool.c3335 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info()
3342 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info()
3389 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()
H A Dixgbe_82599.c2243 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
H A Dixgbe_type.h3510 s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *); member
H A Dixgbe_x550.c3978 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic, \