Home
last modified time | relevance | path

Searched refs:targetCap (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c706 memcpy(&pFwupgCtx->targetCap, in HpmfwupgPreparationStage()
716 pFwupgCtx->targetCap.componentsPresent.ComponentBits.byte) != 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()
2131 inaccessTimeout = pFwupgCtx->targetCap.inaccessTimeout*5; in HpmfwupgSendCmd()
2132 upgradeTimeout = pFwupgCtx->targetCap.upgradeTimeout*5; in HpmfwupgSendCmd()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h757 struct HpmfwupgGetTargetUpgCapabilitiesResp targetCap; member