Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c1554 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 Dixgbe_x540.c912 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
H A Dixgbe_82598.c1187 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598,
H A Dixgbe_ethtool.c3463 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 Dixgbe_type.h3600 int (*read_i2c_eeprom)(struct ixgbe_hw *, u8, u8 *); member
H A Dixgbe_x550.c4101 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic, \