Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c74 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 Dixgbe_api.c1115 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_eeprom, in ixgbe_read_i2c_eeprom()
H A Dixgbe_82599.c2051 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 Dixgbe_82598.c157 phy->ops.read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598; in ixgbe_init_ops_82598()
H A Dixgbe_type.h3037 s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *); member