Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c287 const uint8_t std_cmd_type = is_oem ? NCSI_OEM_COMMAND : cmd_type; in ncsi_validate_response() local
288 if (response->hdr.control_packet_type != (std_cmd_type | NCSI_RESPONSE)) { in ncsi_validate_response()