Searched refs:EChannelProtocolType (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channel_mgmt.cpp | 86 static_cast<uint8_t>(EChannelProtocolType::reserved); 126 static std::unordered_map<std::string, EChannelProtocolType> protocolTypeMap = { 127 {"na", EChannelProtocolType::na}, 128 {"ipmb-1.0", EChannelProtocolType::ipmbV10}, 129 {"icmb-2.0", EChannelProtocolType::icmbV11}, 130 {"reserved", EChannelProtocolType::reserved}, 131 {"ipmi-smbus", EChannelProtocolType::ipmiSmbus}, 132 {"kcs", EChannelProtocolType::kcs}, 133 {"smic", EChannelProtocolType::smic}, 134 {"bt-10", EChannelProtocolType::bt10}, [all …]
|
H A D | channel_layer.hpp | 41 enum class EChannelProtocolType : uint8_t enum
|
H A D | channel_mgmt.hpp | 390 EChannelProtocolType convertToProtocolTypeIndex(const std::string& value);
|