ice_read_flat_nvm
status = ice_read_flat_nvm(hw, offset, &len, &data, false);
status = ice_read_flat_nvm(hw, offset * sizeof(uint16_t), &bytes,
status = ice_read_flat_nvm(hw, start + offset, &length, data, false);