Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp76 constexpr size_t ipmbMinFrameLength = 7; variable
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp76 constexpr ssize_t ipmbMinFrameLength = 7; variable
H A Dipmbbridged.cpp368 if ((r < ipmbMinFrameLength) || (r > ipmbMaxFrameLength)) in processI2cEvent()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp111 if ((length < ipmbMinFrameLength) || (length > ipmbMaxFrameLength)) in isFrameValid()
251 if ((msgLen < ipmbMinFrameLength) || (msgLen > ipmbMaxFrameLength)) in handleIpmbChannel()