Home
last modified time | relevance | path

Searched refs:getChannelByName (Results 1 – 8 of 8) sorted by relevance

/openbmc/google-ipmi-sys/test/
H A Dcommon.cpp20 std::uint8_t getChannelByName(const std::string& chName) in getChannelByName() function
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_layer.cpp144 uint8_t getChannelByName(const std::string& chName) in getChannelByName() function
146 return getChannelConfigObject().getChannelByName(chName); in getChannelByName()
H A Dchannel_layer.hpp375 uint8_t getChannelByName(const std::string& chName);
H A Dchannel_mgmt.hpp118 uint8_t getChannelByName(const std::string& chName) in getChannelByName() function in ipmi::ChannelConfig
/openbmc/phosphor-net-ipmid/
H A Dmain.cpp60 static_cast<EInterfaceIndex>(ipmi::getChannelByName(channel)); in setInterfaceIndex()
/openbmc/phosphor-host-ipmid/oem/nvidia/
H A Dbootstrap-credentials-oem-cmds.cpp89 uint8_t chNum = ipmi::getChannelByName(redfishHostInterfaceChannel); in ipmiGetIpmiChannelRfHi()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp384 uint8_t channel = getChannelByName(chName); in updateOwners()
455 uint8_t channel = getChannelByName(chName); in nameChangeHandler()
483 return getChannelByName(intraBmcName); in channelFromMessage()
/openbmc/google-ipmi-sys/
H A Dhandler.cpp65 std::uint8_t getChannelByName(const std::string& chName);
139 return std::make_tuple(::ipmi::getChannelByName(intf), std::move(intf)); in getRxPackets()