Searched refs:read_i2c_eeprom (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 1554 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1565 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1572 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1578 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1584 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1624 hw->phy.ops.read_i2c_eeprom( in ixgbe_identify_sfp_module_generic() 1700 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1707 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1714 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1842 status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_IDENTIFIER, in ixgbe_identify_qsfp_module_generic() [all …]
|
H A D | ixgbe_x540.c | 912 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
|
H A D | ixgbe_82598.c | 1187 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598,
|
H A D | ixgbe_ethtool.c | 3463 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info() 3470 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info() 3517 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()
|
H A D | ixgbe_type.h | 3600 int (*read_i2c_eeprom)(struct ixgbe_hw *, u8, u8 *); member
|
H A D | ixgbe_x550.c | 4101 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic, \
|