Home
last modified time | relevance | path

Searched refs:ipmbRequestDataHeaderLength (Results 1 – 4 of 4) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp73 constexpr size_t ipmbRequestDataHeaderLength = 3; variable
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp71 constexpr size_t ipmbRequestDataHeaderLength = 3; variable
H A Dipmbbridged.cpp85 ipmbRequestDataHeaderLength + ipmbChecksumSize); in i2cToIpmbConstruct()
97 size_t bufferLength = 1 + data.size() + ipmbRequestDataHeaderLength + in ipmbToi2cConstruct()
128 (ipmbRequestDataHeaderLength + data.size())); in ipmbToi2cConstruct()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp141 ipmbRequestDataHeaderLength + ipmbChecksumSize); in IpmbRequest()