Searched refs:read_i2c_eeprom (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_phy.c | 1556 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1567 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1574 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1580 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1586 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1626 hw->phy.ops.read_i2c_eeprom( in ixgbe_identify_sfp_module_generic() 1690 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1695 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1729 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() 1736 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_identify_sfp_module_generic() [all …]
|
| H A D | ixgbe_x540.c | 912 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
|
| H A D | ixgbe_82598.c | 1187 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_82598,
|
| H A D | ixgbe_ethtool.c | 3469 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info() 3476 status = hw->phy.ops.read_i2c_eeprom(hw, in ixgbe_get_module_info() 3523 status = hw->phy.ops.read_i2c_eeprom(hw, i, &databyte); in ixgbe_get_module_eeprom()
|
| H A D | ixgbe_82599.c | 2255 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic,
|
| H A D | ixgbe_type.h | 3603 int (*read_i2c_eeprom)(struct ixgbe_hw *, u8, u8 *); member
|
| H A D | ixgbe_x550.c | 4101 .read_i2c_eeprom = &ixgbe_read_i2c_eeprom_generic, \
|