Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c276 uint8_t cmd_type, bool is_oem, in ncsi_validate_response() argument
287 const uint8_t std_cmd_type = is_oem ? NCSI_OEM_COMMAND : cmd_type; in ncsi_validate_response()
298 if (is_oem) { in ncsi_validate_response()
H A Dncsi_client.h251 uint8_t cmd_type, bool is_oem,