Searched refs:ice_read_flat_nvm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.h | 11 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data,
|
H A D | ice_nvm.c | 49 * ice_read_flat_nvm - Read portion of NVM by flat offset 64 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm() function 186 * Reads one 16 bit word from the Shadow RAM using ice_read_flat_nvm. 195 /* Note that ice_read_flat_nvm takes into account the 4Kb AdminQ and in ice_read_sr_word_aq() 198 status = ice_read_flat_nvm(hw, offset * sizeof(u16), &bytes, in ice_read_sr_word_aq() 542 status = ice_read_flat_nvm(hw, offset, &len, &data, false); in ice_discover_flash_size()
|
H A D | ice_devlink.c | 467 status = ice_read_flat_nvm(hw, 0, &nvm_size, nvm_data, false); in ice_devlink_nvm_snapshot() 469 dev_dbg(dev, "ice_read_flat_nvm failed after reading %u bytes, err %d aq_err %d\n", in ice_devlink_nvm_snapshot()
|
H A D | ice_ethtool.c | 289 status = ice_read_flat_nvm(hw, eeprom->offset, &eeprom->len, buf, in ice_get_eeprom() 292 dev_err(dev, "ice_read_flat_nvm failed, err %s aq_err %s\n", in ice_get_eeprom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_nvm.h | 18 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data,
|
H A D | ice_nvm.c | 51 * ice_read_flat_nvm - Read portion of NVM by flat offset 66 ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data, in ice_read_flat_nvm() function 186 * Reads one 16 bit word from the Shadow RAM using ice_read_flat_nvm. 194 /* Note that ice_read_flat_nvm takes into account the 4Kb AdminQ and in ice_read_sr_word_aq() 197 status = ice_read_flat_nvm(hw, offset * sizeof(u16), &bytes, in ice_read_sr_word_aq() 338 status = ice_read_flat_nvm(hw, start + offset, &length, data, false); in ice_read_flash_module() 843 status = ice_read_flat_nvm(hw, offset, &len, &data, false); in ice_discover_flash_size()
|
H A D | ice_devlink.c | 1708 status = ice_read_flat_nvm(hw, i * ICE_DEVLINK_READ_BLK_SIZE, in ice_devlink_nvm_snapshot() 1711 dev_dbg(dev, "ice_read_flat_nvm failed after reading %u bytes, err %d aq_err %d\n", in ice_devlink_nvm_snapshot() 1782 status = ice_read_flat_nvm(hw, (u32)offset, &size, data, in ice_devlink_nvm_read() 1785 dev_dbg(dev, "ice_read_flat_nvm failed after reading %u bytes, err %d aq_err %d\n", in ice_devlink_nvm_read()
|
H A D | ice_ethtool.c | 468 ret = ice_read_flat_nvm(hw, eeprom->offset, &eeprom->len, buf, in ice_get_eeprom() 471 dev_err(dev, "ice_read_flat_nvm failed, err %d aq_err %s\n", in ice_get_eeprom()
|
Completed in 16 milliseconds