Searched refs:targetCap (Results 1 – 2 of 2) sorted by relevance
706 memcpy(&pFwupgCtx->targetCap, in HpmfwupgPreparationStage()716 pFwupgCtx->targetCap.componentsPresent.ComponentBits.byte) != in HpmfwupgPreparationStage()723 if (pFwupgCtx->targetCap.GlobalCapabilities.bitField.fwUpgUndesirable == 1) { in HpmfwupgPreparationStage()731 && (pFwupgCtx->targetCap.GlobalCapabilities.bitField.servAffectDuringUpg == 1 in HpmfwupgPreparationStage()859 && !pFwupgCtx->targetCap.componentsPresent.ComponentBits.byte) { in HpmfwupgPreUpgradeCheck()1346 if ((pFwupgCtx->targetCap.GlobalCapabilities.bitField.ipmcSelftestCap == 1) in HpmfwupgActivationStage()1374 if ((pFwupgCtx->targetCap.GlobalCapabilities.bitField.autRollback == 1) in HpmfwupgActivationStage()1934 memcpy(&fwupgCtx.targetCap, &targetCapCmd.resp, sizeof(targetCapCmd.resp)); in HpmfwupgManualFirmwareRollback()1990 pFwupgCtx->targetCap.rollbackTimeout) * 5; in HpmfwupgQueryRollbackStatus()2065 pFwupgCtx->targetCap.selftestTimeout) * 5; in HpmfwupgQuerySelftestResult()[all …]
757 struct HpmfwupgGetTargetUpgCapabilitiesResp targetCap; member