Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.hpp266 uint8_t ipmbRqTargetAddress, uint8_t channelIdx,
309 uint8_t channelIdx; member in IpmbChannel
H A Dipmbbridged.cpp528 uint8_t ipmbRqTargetAddress, uint8_t channelIdx, in IpmbChannel() argument
531 ipmbRqTargetAddress(ipmbRqTargetAddress), channelIdx(channelIdx), in IpmbChannel()
694 return channelIdx >> 2; in getDevIndex()
699 return channelIdx; in getChannelIdx()
704 return static_cast<ipmbChannelType>((channelIdx & 3)); in getChannelType()