Searched refs:EChannelMediumType (Results 1 – 14 of 14) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.cpp | 106 {"reserved", EChannelMediumType::reserved}, 107 {"ipmb", EChannelMediumType::ipmb}, 108 {"icmb-v1.0", EChannelMediumType::icmbV10}, 109 {"icmb-v0.9", EChannelMediumType::icmbV09}, 110 {"lan-802.3", EChannelMediumType::lan8032}, 111 {"serial", EChannelMediumType::serial}, 116 {"usb-1x", EChannelMediumType::usbV1x}, 117 {"usb-2x", EChannelMediumType::usbV2x}, 119 {"oem", EChannelMediumType::oem}, 120 {"unknown", EChannelMediumType::unknown}}; [all …]
|
H A D | channel_layer.hpp | 59 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 | 485 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppGetMessage() 552 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppGetMessageFlags() 634 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppClearMessageFlags() 726 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() 3049 static_cast<uint8_t>(EChannelMediumType::lan8032) && in ipmiSetSecurityMode()
|
/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/ |
H A D | systemintfcmds.cpp | 124 static_cast<uint8_t>(ipmi::EChannelMediumType::systemInterface)) in ipmiAppSetBMCGlobalEnable()
|
H A D | apphandler.cpp | 1011 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in getTotalSessionCount() 1012 ipmi::EChannelMediumType::lan8032) in getTotalSessionCount() 1054 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) != in getSessionInfoRequestData() 1055 ipmi::EChannelMediumType::lan8032) in getSessionInfoRequestData()
|
H A D | ipmid-new.cpp | 549 if (static_cast<EChannelMediumType>(chInfo.mediumType) == in executionEntry() 550 EChannelMediumType::ipmb) in executionEntry()
|
H A D | transporthandler.cpp | 713 static_cast<uint8_t>(EChannelMediumType::lan8032); in isLanChannel()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 734 if (static_cast<ipmi::EChannelMediumType>(chInfo.mediumType) == in ipmiSenPlatformEvent() 735 ipmi::EChannelMediumType::systemInterface) in ipmiSenPlatformEvent()
|