Home
last modified time | relevance | path

Searched refs:ipmiSerialMaxBufferSize (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.hpp17 static constexpr auto ipmiSerialMaxBufferSize = 256; variable
H A Dserialcmd.cpp237 std::array<uint8_t, ipmiSerialMaxBufferSize> buffer; in read()