Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_transceiver.c32 if (hw->phy.ops.read_i2c_eeprom == NULL) in ixgbe_transceiver_is_8472()
35 ret = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_SFF_8472_COMP, &rev); in ixgbe_transceiver_is_8472()
39 ret = hw->phy.ops.read_i2c_eeprom(hw, IXGBE_SFF_SFF_8472_SWAP, &swap); in ixgbe_transceiver_is_8472()
137 if (hw->phy.ops.read_i2c_eeprom == NULL) { in ixgbe_transceiver_read()
156 ret = hw->phy.ops.read_i2c_eeprom(hw, offset, buf); in ixgbe_transceiver_read()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c336 phy->ops.read_i2c_eeprom = ixgbe_read_i2c_eeprom_generic; in ixgbe_init_phy_ops_generic()
1363 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1374 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1381 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1387 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1428 hw->phy.ops.read_i2c_eeprom( in ixgbe_identify_sfp_module_generic()
1492 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1499 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1506 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic()
1656 hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_supported_phy_sfp_layer_generic()
[all …]
H A Dixgbe_82598.c164 phy->ops.read_i2c_eeprom = ixgbe_read_i2c_eeprom_82598; in ixgbe_init_ops_82598()
H A Dixgbe_api.c1517 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_eeprom, in ixgbe_read_i2c_eeprom()
H A Dixgbe_type.h3765 s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *); member