Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp72 constexpr size_t ipmbResponseDataHeaderLength = 4; variable
78 ipmbResponseDataHeaderLength +
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp70 constexpr size_t ipmbResponseDataHeaderLength = 4; variable
78 ipmbPktLenSize + ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength +
H A Dipmbbridged.cpp187 ipmbResponseDataHeaderLength + ipmbChecksumSize); in i2cToIpmbConstruct()
199 size_t bufferLength = 1 + data.size() + ipmbResponseDataHeaderLength + in ipmbToi2cConstruct()
231 (ipmbResponseDataHeaderLength + data.size())); in ipmbToi2cConstruct()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp184 &buffer[ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength]); in ipmbToi2cConstruct()
187 *bufferLength = data.size() + ipmbResponseDataHeaderLength + in ipmbToi2cConstruct()
192 (ipmbResponseDataHeaderLength + data.size())); in ipmbToi2cConstruct()