Searched refs:read_i2c_eeprom (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_phy.c | 74 phy->ops.read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic; in ixgbe_init_phy_ops_generic() 974 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 990 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 999 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1007 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1050 hw->phy.ops.read_i2c_eeprom( in ixgbe_identify_sfp_module_generic() 1114 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1123 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1132 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
|
H A D | ixgbe_api.c | 1115 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_eeprom, in ixgbe_read_i2c_eeprom()
|
H A D | ixgbe_82599.c | 2051 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_supported_physical_layer_82599() 2053 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_supported_physical_layer_82599()
|
H A D | ixgbe_82598.c | 157 phy->ops.read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598; in ixgbe_init_ops_82598()
|
H A D | ixgbe_type.h | 3037 s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *); member
|