Lines Matching refs:IpmbChannel

43 static std::list<IpmbChannel> ipmbChannels;
260 void IpmbChannel::ipmbSendI2cFrame(std::shared_ptr<std::vector<uint8_t>> buffer, in ipmbSendI2cFrame()
296 void IpmbChannel::makeRequestInvalid(IpmbRequest& request) in makeRequestInvalid()
304 void IpmbChannel::makeRequestValid(std::shared_ptr<IpmbRequest> request) in makeRequestValid()
311 bool IpmbChannel::seqNumGet(uint8_t& seq) in seqNumGet()
329 void IpmbChannel::responseMatch(std::unique_ptr<IpmbResponse>& response) in responseMatch()
348 void IpmbChannel::processI2cEvent() in processI2cEvent()
526 IpmbChannel::IpmbChannel(boost::asio::io_context& io, in IpmbChannel() function in IpmbChannel
535 int IpmbChannel::ipmbChannelInit(const char* ipmbI2cTarget) in ipmbChannelInit()
599 int IpmbChannel::ipmbChannelUpdateTargetAddress(const uint8_t newBmcTargetAddr) in ipmbChannelUpdateTargetAddress()
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()
707 void IpmbChannel::addFilter(const uint8_t respNetFn, const uint8_t cmd) in addFilter()
716 IpmbChannel::requestAdd(boost::asio::yield_context& yield, in requestAdd()
779 static IpmbChannel* getChannel(uint8_t reqChannel) in getChannel()
783 [reqChannel](IpmbChannel& channel) { in getChannel()
855 IpmbChannel* channel = getChannel(reqChannel); in __anon377db2e00702()
910 IpmbChannel* channel = getChannel(reqChannel); in addUpdateTargetAddrHandler()
950 IpmbChannel* channel = getChannel(reqChannel); in addSendBroadcastHandler()