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.cpp84 (ipmbConnectionHeaderLength + in i2cToIpmbConstruct()
98 ipmbConnectionHeaderLength + ipmbChecksumSize; in ipmbToi2cConstruct()
119 (uint8_t*)ipmbBuffer, ipmbConnectionHeaderLength - ipmbChecksumSize); in ipmbToi2cConstruct()
186 (ipmbConnectionHeaderLength + in i2cToIpmbConstruct()
200 ipmbConnectionHeaderLength + ipmbChecksumSize; in ipmbToi2cConstruct()
222 (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 (ipmbConnectionHeaderLength + in IpmbRequest()
178 buffer, ipmbConnectionHeaderLength - ipmbChecksumSize); in ipmbToi2cConstruct()
184 &buffer[ipmbConnectionHeaderLength + ipmbResponseDataHeaderLength]); in ipmbToi2cConstruct()
188 ipmbConnectionHeaderLength + ipmbChecksumSize; in ipmbToi2cConstruct()
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp71 constexpr size_t ipmbConnectionHeaderLength = 3; variable
77 constexpr size_t ipmbMaxFrameLength = ipmbConnectionHeaderLength +