Home
last modified time | relevance | path

Searched refs:chInfo (Results 1 – 16 of 16) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp471 ipmi::ChannelInfo chInfo; in ipmiAppGetMessage() local
475 getChannelInfo(ctx->channel, chInfo); in ipmiAppGetMessage()
484 if (chInfo.mediumType != in ipmiAppGetMessage()
538 ipmi::ChannelInfo chInfo; in ipmiAppGetMessageFlags() local
542 getChannelInfo(ctx->channel, chInfo); in ipmiAppGetMessageFlags()
551 if (chInfo.mediumType != in ipmiAppGetMessageFlags()
620 ipmi::ChannelInfo chInfo; in ipmiAppClearMessageFlags() local
624 getChannelInfo(ctx->channel, chInfo); in ipmiAppClearMessageFlags()
633 if (chInfo.mediumType != in ipmiAppClearMessageFlags()
712 ipmi::ChannelInfo chInfo; in ipmiAppReadEventMessageBuffer() local
[all …]
H A Dsensorcommands.cpp121 ipmi::ChannelInfo chInfo; in ipmiSenPlatformEvent() local
123 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiSenPlatformEvent()
131 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in ipmiSenPlatformEvent()
H A Dallowlist-filter.cpp81 ipmi::ChannelInfo chInfo; in getSMMChannel() local
85 if (ipmi::getChannelInfo(channel, chInfo) != ipmi::ccSuccess) in getSMMChannel()
90 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in getSMMChannel()
H A Doemcommands.cpp1277 ChannelInfo chInfo{}; in ipmiOEMSetUser2Activation() local
1280 getChannelInfo(channel, chInfo); in ipmiOEMSetUser2Activation()
1289 if (chInfo.mediumType == in ipmiOEMSetUser2Activation()
1298 if (chInfo.mediumType == in ipmiOEMSetUser2Activation()
1423 ChannelInfo chInfo; in ipmiOEMSetSpecialUserPassword() local
1428 getChannelInfo(ctx->channel, chInfo); in ipmiOEMSetSpecialUserPassword()
1437 if (chInfo.mediumType != in ipmiOEMSetSpecialUserPassword()
3014 ChannelInfo chInfo; in ipmiSetSecurityMode() local
3015 if (getChannelInfo(ctx->channel, chInfo) != ccSuccess) in ipmiSetSecurityMode()
3048 if (chInfo.mediumType != in ipmiSetSecurityMode()
H A Dfirmware-update.cpp543 ipmi::ChannelInfo chInfo; in checkIPMBChannel() local
545 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in checkIPMBChannel()
553 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in checkIPMBChannel()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp393 (EChannelSessSupported)channelData[chNum].chInfo.sessionSupported; in getChannelSessionSupport()
406 uint8_t authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in isValidAuthType()
431 Cc ChannelConfig::getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo) in getChannelInfo() argument
439 std::copy_n(reinterpret_cast<uint8_t*>(&channelData[chNum].chInfo), in getChannelInfo()
440 sizeof(channelData[chNum].chInfo), in getChannelInfo()
441 reinterpret_cast<uint8_t*>(&chInfo)); in getChannelInfo()
673 authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in getChannelAuthTypeSupported()
872 channelData[chNum].chInfo.mediumType = defaultMediumType; in setDefaultChannelConfig()
873 channelData[chNum].chInfo.protocolType = defaultProtocolType; in setDefaultChannelConfig()
874 channelData[chNum].chInfo.sessionSupported = defaultSessionSupported; in setDefaultChannelConfig()
[all …]
H A Dchannelcommands.cpp267 ChannelInfo chInfo; in ipmiGetChannelInfo() local
268 Cc compCode = getChannelInfo(chNum, chInfo); in ipmiGetChannelInfo()
280 uint8_t mediumType = chInfo.mediumType; in ipmiGetChannelInfo()
281 uint8_t protocolType = chInfo.protocolType; in ipmiGetChannelInfo()
282 uint2_t sessionType = chInfo.sessionSupported; in ipmiGetChannelInfo()
H A Dchannel_layer.cpp88 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo) in getChannelInfo() argument
90 return getChannelConfigObject().getChannelInfo(chNum, chInfo); in getChannelInfo()
H A Dchannel_mgmt.hpp65 ChannelInfo chInfo; member
154 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo);
H A Dchannel_layer.hpp268 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo);
/openbmc/phosphor-host-ipmid/
H A Dsystemintfcmds.cpp114 ipmi::ChannelInfo chInfo; in ipmiAppSetBMCGlobalEnable() local
116 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiAppSetBMCGlobalEnable()
123 if (chInfo.mediumType != in ipmiAppSetBMCGlobalEnable()
H A Dapphandler.cpp1009 ipmi::ChannelInfo chInfo{}; in getTotalSessionCount() local
1010 ipmi::getChannelInfo(ch, chInfo); in getTotalSessionCount()
1011 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in getTotalSessionCount()
1051 ipmi::ChannelInfo chInfo; in getSessionInfoRequestData() local
1052 ipmi::getChannelInfo(ctx->channel, chInfo); in getSessionInfoRequestData()
1054 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) != in getSessionInfoRequestData()
H A Dipmid-new.cpp547 ChannelInfo chInfo; in executionEntry() local
548 getChannelInfo(channel, chInfo); in executionEntry()
549 if (static_cast<EChannelMediumType>(chInfo.mediumType) == in executionEntry()
H A Dtransporthandler.cpp705 ChannelInfo chInfo; in isLanChannel() local
706 auto cc = getChannelInfo(channel, chInfo); in isLanChannel()
712 return chInfo.mediumType == in isLanChannel()
/openbmc/phosphor-net-ipmid/
H A Dsessions_manager.cpp31 ipmi::ChannelInfo chInfo; in setNetworkInstance() local
32 ipmi::getChannelInfo(ch, chInfo); in setNetworkInstance()
33 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in setNetworkInstance()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp725 ipmi::ChannelInfo chInfo; in ipmiSenPlatformEvent() local
727 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiSenPlatformEvent()
734 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in ipmiSenPlatformEvent()