Home
last modified time | relevance | path

Searched refs:ice_aq_sff_eeprom (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c4441 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, 0x00, 0x00, in ice_get_module_info()
4448 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, in ice_get_module_info()
4453 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, in ice_get_module_info()
4473 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, in ice_get_module_info()
4519 status = ice_aq_sff_eeprom(hw, 0, addr, offset, page, 0, value, 1, 0, in ice_get_module_eeprom()
4553 status = ice_aq_sff_eeprom(hw, 0, addr, offset, page, in ice_get_module_eeprom()
H A Dice_common.c4421 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr, in ice_aq_sff_eeprom() function