ice_read_flat_nvm
status = ice_read_flat_nvm(hw, i * ICE_DEVLINK_READ_BLK_SIZE,
status = ice_read_flat_nvm(hw, (u32)offset, &size, data,
ret = ice_read_flat_nvm(hw, eeprom->offset, &eeprom->len, buf,
status = ice_read_flat_nvm(hw, offset * sizeof(u16), &bytes,
status = ice_read_flat_nvm(hw, start + offset, &length, data, false);
status = ice_read_flat_nvm(hw, offset, &len, &data, false);
ice_read_flat_nvm(struct ice_hw *hw, u32 offset, u32 *length, u8 *data,