Home
last modified time | relevance | path

Searched refs:ipmbConnectionHeaderLength (Results 1 – 5 of 5) sorted by relevance

/openbmc/ipmbbridge/
H A Dipmbutils.cpp69 ipmbConnectionHeaderLength); in ipmbConnectionHeaderChecksumValidate()
75 (reinterpret_cast<uint8_t*>(ipmbHeader) + ipmbConnectionHeaderLength), in ipmbDataChecksumValidate()
76 (length - ipmbConnectionHeaderLength)); in ipmbDataChecksumValidate()
H A Dipmbbridged.hpp69 constexpr size_t ipmbConnectionHeaderLength = 3; variable
78 ipmbPktLenSize + ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength +
H A Dipmbbridged.cpp83 bufferLength - (ipmbConnectionHeaderLength + in i2cToIpmbConstruct()
97 ipmbConnectionHeaderLength + ipmbChecksumSize; in ipmbToi2cConstruct()
118 (uint8_t*)ipmbBuffer, ipmbConnectionHeaderLength - ipmbChecksumSize); in ipmbToi2cConstruct()
184 bufferLength - (ipmbConnectionHeaderLength + in i2cToIpmbConstruct()
198 ipmbConnectionHeaderLength + ipmbChecksumSize; in ipmbToi2cConstruct()
220 (uint8_t*)ipmbBuffer, ipmbConnectionHeaderLength - ipmbChecksumSize); in ipmbToi2cConstruct()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp98 ipmbConnectionHeaderLength); in ipmbConnectionHeaderChecksumValidate()
105 ipmbConnectionHeaderLength), in ipmbDataChecksumValidate()
106 (length - ipmbConnectionHeaderLength)); in ipmbDataChecksumValidate()
140 bufferLength - (ipmbConnectionHeaderLength + in IpmbRequest()
177 buffer, ipmbConnectionHeaderLength - ipmbChecksumSize); in ipmbToi2cConstruct()
183 &buffer[ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength]); in ipmbToi2cConstruct()
187 ipmbConnectionHeaderLength + ipmbChecksumSize; in ipmbToi2cConstruct()
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp71 constexpr size_t ipmbConnectionHeaderLength = 3; variable
78 ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength +