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;
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()
[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;