Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c275 ncsi_response_type_t ncsi_validate_response(uint8_t* buf, uint32_t len, in ncsi_validate_response() function
316 return ncsi_validate_response(buf, len, cmd_type, false, expected_size); in ncsi_validate_std_response()
322 return ncsi_validate_response(buf, len, cmd_type, true, expected_size); in ncsi_validate_oem_response()
H A Dncsi_client.h250 ncsi_response_type_t ncsi_validate_response(uint8_t* buf, uint32_t len,
H A Dncsi_fsm.c606 ncsi_response_type = ncsi_validate_response( in ncsi_fsm_poll_test()