Searched refs:read_i2c_eeprom (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 1177 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1188 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1195 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1201 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1242 hw->phy.ops.read_i2c_eeprom( in ixgbe_identify_sfp_module_generic() 1306 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1313 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1320 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1444 status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_IDENTIFIER, in ixgbe_identify_qsfp_module_generic() 1457 status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_QSFP_10GBE_COMP, in ixgbe_identify_qsfp_module_generic() [all …]
|
D | ixgbe_x540.c | 885 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
|
D | ixgbe_82598.c | 1227 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598,
|
D | ixgbe_ethtool.c | 3118 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info() 3125 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info() 3168 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()
|
D | ixgbe_82599.c | 2256 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
|
D | ixgbe_x550.c | 2431 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic, \
|
D | ixgbe_type.h | 3332 s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *); member
|