Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.h196 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr,
H A Dice_ethtool.c4490 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, 0x00, 0x00, in ice_get_module_info()
4497 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, in ice_get_module_info()
4502 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, in ice_get_module_info()
4522 status = ice_aq_sff_eeprom(hw, 0, ICE_I2C_EEPROM_DEV_ADDR, in ice_get_module_info()
4570 status = ice_aq_sff_eeprom(hw, 0, addr, offset, page, 0, value, 1, 0, in ice_get_module_eeprom()
4609 status = ice_aq_sff_eeprom(hw, 0, addr, offset, page, in ice_get_module_eeprom()
H A Dice_common.c4084 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr, in ice_aq_sff_eeprom() function