Searched refs:ipmbChannelType (Results 1 – 2 of 2) sorted by relevance
44 static const std::unordered_map<std::string, ipmbChannelType>45 ipmbChannelTypeMap = {{"me", ipmbChannelType::me},46 {"ipmb", ipmbChannelType::ipmb}};378 if (getChannelType() == ipmbChannelType::ipmb) in processI2cEvent()702 ipmbChannelType IpmbChannel::getChannelType() in getChannelType()704 return static_cast<ipmbChannelType>((channelIdx & 3)); in getChannelType()819 ipmbChannelType type = ipmbChannelTypeMap.at(typeConfig); in initializeChannels()913 channel->getChannelType() != ipmbChannelType::ipmb) in addUpdateTargetAddrHandler()
156 enum class ipmbChannelType enum278 ipmbChannelType getChannelType();