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.cpp473 ipmi::ChannelInfo chInfo; in ipmiAppGetMessage() local
477 getChannelInfo(ctx->channel, chInfo); in ipmiAppGetMessage()
486 if (chInfo.mediumType != in ipmiAppGetMessage()
540 ipmi::ChannelInfo chInfo; in ipmiAppGetMessageFlags() local
544 getChannelInfo(ctx->channel, chInfo); in ipmiAppGetMessageFlags()
553 if (chInfo.mediumType != in ipmiAppGetMessageFlags()
624 ipmi::ChannelInfo chInfo; in ipmiAppClearMessageFlags() local
628 getChannelInfo(ctx->channel, chInfo); in ipmiAppClearMessageFlags()
637 if (chInfo.mediumType != in ipmiAppClearMessageFlags()
716 ipmi::ChannelInfo chInfo; in ipmiAppReadEventMessageBuffer() local
[all …]
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.cpp1280 ChannelInfo chInfo{}; in ipmiOEMSetUser2Activation() local
1283 getChannelInfo(channel, chInfo); in ipmiOEMSetUser2Activation()
1292 if (chInfo.mediumType == in ipmiOEMSetUser2Activation()
1301 if (chInfo.mediumType == in ipmiOEMSetUser2Activation()
1426 ChannelInfo chInfo; in ipmiOEMSetSpecialUserPassword() local
1431 getChannelInfo(ctx->channel, chInfo); in ipmiOEMSetSpecialUserPassword()
1440 if (chInfo.mediumType != in ipmiOEMSetSpecialUserPassword()
3021 ChannelInfo chInfo; in ipmiSetSecurityMode() local
3022 if (getChannelInfo(ctx->channel, chInfo) != ccSuccess) in ipmiSetSecurityMode()
3055 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()
H A Dsensorcommands.cpp357 ipmi::ChannelInfo chInfo; in ipmiSenPlatformEvent() local
359 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiSenPlatformEvent()
367 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in ipmiSenPlatformEvent()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp444 sizeof(channelData[chNum].chInfo), in getChannelInfo()
445 reinterpret_cast<uint8_t*>(&chInfo)); in getChannelInfo()
677 authTypeSupported = channelData[chNum].chInfo.authTypeSupported; in getChannelAuthTypeSupported()
877 channelData[chNum].chInfo.mediumType = defaultMediumType; in setDefaultChannelConfig()
878 channelData[chNum].chInfo.protocolType = defaultProtocolType; in setDefaultChannelConfig()
880 channelData[chNum].chInfo.isIpmi = defaultIsIpmiState; in setDefaultChannelConfig()
881 channelData[chNum].chInfo.authTypeSupported = defaultAuthType; in setDefaultChannelConfig()
987 chData.chInfo.mediumType = in loadChannelConfig()
991 chData.chInfo.protocolType = in loadChannelConfig()
995 chData.chInfo.sessionSupported = in loadChannelConfig()
[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.cpp89 Cc getChannelInfo(const uint8_t chNum, ChannelInfo& chInfo) in getChannelInfo() argument
91 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.cpp113 ipmi::ChannelInfo chInfo; in ipmiAppSetBMCGlobalEnable() local
115 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiAppSetBMCGlobalEnable()
123 if (chInfo.mediumType != in ipmiAppSetBMCGlobalEnable()
H A Dapphandler.cpp1010 ipmi::ChannelInfo chInfo{}; in getTotalSessionCount() local
1011 ipmi::getChannelInfo(ch, chInfo); in getTotalSessionCount()
1012 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in getTotalSessionCount()
1053 ipmi::ChannelInfo chInfo; in getSessionInfoRequestData() local
1054 ipmi::getChannelInfo(ctx->channel, chInfo); in getSessionInfoRequestData()
1056 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) != in getSessionInfoRequestData()
H A Dipmid-new.cpp545 ChannelInfo chInfo; in executionEntry() local
546 getChannelInfo(channel, chInfo); in executionEntry()
547 if (static_cast<EChannelMediumType>(chInfo.mediumType) == in executionEntry()
H A Dtransporthandler.cpp700 ChannelInfo chInfo; in isLanChannel() local
701 auto cc = getChannelInfo(channel, chInfo); in isLanChannel()
707 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.cpp737 ipmi::ChannelInfo chInfo; in ipmiSenPlatformEvent() local
739 if (ipmi::getChannelInfo(ctx->channel, chInfo) != ipmi::ccSuccess) in ipmiSenPlatformEvent()
747 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in ipmiSenPlatformEvent()