Home
last modified time | relevance | path

Searched refs:ipmbChannelType (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp44 static const std::unordered_map<std::string, ipmbChannelType>
45 ipmbChannelTypeMap = {{"me", ipmbChannelType::me},
46 {"ipmb", ipmbChannelType::ipmb}};
380 if (getChannelType() == ipmbChannelType::ipmb) in processI2cEvent()
705 ipmbChannelType IpmbChannel::getChannelType() in getChannelType()
707 return static_cast<ipmbChannelType>((channelIdx & 3)); in getChannelType()
821 ipmbChannelType type = ipmbChannelTypeMap.at(typeConfig); in initializeChannels()
915 channel->getChannelType() != ipmbChannelType::ipmb) in addUpdateTargetAddrHandler()
H A Dipmbbridged.hpp156 enum class ipmbChannelType enum
278 ipmbChannelType getChannelType();