Searched refs:EChannelMediumType (Results 1 – 16 of 16) sorted by relevance
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | channel_mgmt.cpp | 84 static_cast<uint8_t>(EChannelMediumType::reserved); 104 static std::unordered_map<std::string, EChannelMediumType> mediumTypeMap = { 105 {"reserved", EChannelMediumType::reserved}, 106 {"ipmb", EChannelMediumType::ipmb}, 107 {"icmb-v1.0", EChannelMediumType::icmbV10}, 108 {"icmb-v0.9", EChannelMediumType::icmbV09}, 109 {"lan-802.3", EChannelMediumType::lan8032}, 110 {"serial", EChannelMediumType::serial}, 111 {"other-lan", EChannelMediumType::otherLan}, 112 {"pci-smbus", EChannelMediumType::pciSmbus}, [all …]
|
| H A D | channel_layer.hpp | 70 enum class EChannelMediumType : uint8_t enum
|
| H A D | channel_mgmt.hpp | 382 EChannelMediumType convertToMediumTypeIndex(const std::string& value);
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | sensorcommands.cpp | 131 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in ipmiSenPlatformEvent() 132 ipmi::EChannelMediumType::systemInterface) in ipmiSenPlatformEvent()
|
| H A D | bridgingcommands.cpp | 479 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppGetMessage() 546 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppGetMessageFlags() 628 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppClearMessageFlags() 720 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppReadEventMessageBuffer()
|
| H A D | allowlist-filter.cpp | 90 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in getSMMChannel() 91 ipmi::EChannelMediumType::systemInterface && in getSMMChannel()
|
| H A D | firmware-update.cpp | 553 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in checkIPMBChannel() 554 ipmi::EChannelMediumType::ipmb) in checkIPMBChannel()
|
| H A D | oemcommands.cpp | 1290 static_cast<uint8_t>(EChannelMediumType::systemInterface)) in ipmiOEMSetUser2Activation() 1299 static_cast<uint8_t>(EChannelMediumType::lan8032)) in ipmiOEMSetUser2Activation() 1438 static_cast<uint8_t>(EChannelMediumType::systemInterface)) in ipmiOEMSetSpecialUserPassword() 3050 static_cast<uint8_t>(EChannelMediumType::lan8032) && in ipmiSetSecurityMode()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sbmrhandler.cpp | 262 static_cast<uint8_t>(ipmi::EChannelMediumType::smbusV20) || in checkAllowedMediumType() 264 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface) || in checkAllowedMediumType() 265 mediumType == static_cast<uint8_t>(ipmi::EChannelMediumType::oem)) in checkAllowedMediumType()
|
| H A D | systemintfcmds.cpp | 124 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppSetBMCGlobalEnable()
|
| H A D | apphandler.cpp | 1003 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in getTotalSessionCount() 1004 ipmi::EChannelMediumType::lan8032) in getTotalSessionCount() 1046 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) != in getSessionInfoRequestData() 1047 ipmi::EChannelMediumType::lan8032) in getSessionInfoRequestData()
|
| H A D | ipmid-new.cpp | 553 if (static_cast<EChannelMediumType>(chInfo.mediumType) == in executionEntry() 554 EChannelMediumType::ipmb) in executionEntry()
|
| H A D | transporthandler.cpp | 753 static_cast<uint8_t>(EChannelMediumType::lan8032); in isLanChannel()
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | sessions_manager.cpp | 33 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in setNetworkInstance() 34 ipmi::EChannelMediumType::lan8032) in setNetworkInstance()
|
| /openbmc/phosphor-host-ipmid/oem/nvidia/ |
| H A D | bootstrap-credentials-oem-cmds.cpp | 101 static_cast<uint8_t>(EChannelMediumType::lan8032) || in ipmiGetIpmiChannelRfHi()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sensorcommands.cpp | 745 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in ipmiSenPlatformEvent() 746 ipmi::EChannelMediumType::systemInterface) in ipmiSenPlatformEvent()
|