Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp43 static std::list<IpmbChannel> ipmbChannels;
311 bool IpmbChannel::seqNumGet(uint8_t& seq) in seqNumGet()
348 void IpmbChannel::processI2cEvent() in processI2cEvent()
526 IpmbChannel::IpmbChannel(boost::asio::io_context& io, in IpmbChannel() function in IpmbChannel
677 uint8_t IpmbChannel::getBusId() in getBusId()
682 uint8_t IpmbChannel::getBmcTargetAddress() in getBmcTargetAddress()
687 uint8_t IpmbChannel::getRqTargetAddress() in getRqTargetAddress()
692 uint8_t IpmbChannel::getDevIndex() in getDevIndex()
697 uint8_t IpmbChannel::getChannelIdx() in getChannelIdx()
702 ipmbChannelType IpmbChannel::getChannelType() in getChannelType()
[all …]
H A Dipmbbridged.hpp262 class IpmbChannel class
265 IpmbChannel(boost::asio::io_context& io, uint8_t ipmbBmcTargetAddress,
269 IpmbChannel(const IpmbChannel&) = delete;
270 IpmbChannel& operator=(const IpmbChannel&) = delete;