Home
last modified time | relevance | path

Searched refs:ipmbMaxFrameLength (Results 1 – 3 of 3) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp111 if ((length < ipmbMinFrameLength) || (length > ipmbMaxFrameLength)) in isFrameValid()
249 if ((msgLen < ipmbMinFrameLength) || (msgLen > ipmbMaxFrameLength)) in handleIpmbChannel()
411 std::vector<uint8_t> rspData(ipmbMaxFrameLength); in ipmiAppSendMessage()
488 std::vector<uint8_t> res(ipmbMaxFrameLength); in ipmiAppGetMessage()
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp77 constexpr size_t ipmbMaxFrameLength = variable
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp77 constexpr ssize_t ipmbMaxFrameLength = variable