SEV_RET_SPDM_REQUEST
if (WARN_ON(!rc && *psp_ret == SEV_RET_SPDM_REQUEST))
if ((rc == 0 || rc == -EIO) && *psp_ret == SEV_RET_SPDM_REQUEST) {