Home
last modified time | relevance | path

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

/openbmc/libbej/include/libbej/
H A Dbej_common.h163 uint32_t bejVersion; member
/openbmc/libbej/src/
H A Dbej_decoder_core.c851 static bool bejIsSupported(uint32_t bejVersion) in bejIsSupported() argument
856 if (bejVersion == supportedBejVersions[i]) in bejIsSupported()
894 if (!bejIsSupported(pldmHeader->bejVersion)) in bejDecodePldmBlock()
897 pldmHeader->bejVersion); in bejDecodePldmBlock()