Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c1553 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1564 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1571 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1577 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1583 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1623 hw->phy.ops.read_i2c_eeprom( in ixgbe_identify_sfp_module_generic()
1699 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1706 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1713 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1841 status = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_IDENTIFIER, in ixgbe_identify_qsfp_module_generic()
[all …]
Dixgbe_x540.c904 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
Dixgbe_82598.c1185 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598,
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()
Dixgbe_82599.c2246 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
Dixgbe_type.h3512 int (*read_i2c_eeprom)(struct ixgbe_hw *, u8, u8 *); member
Dixgbe_x550.c3978 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic, \