Searched refs:ncsi_validate_response (Results 1 – 3 of 3) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_client.c | 275 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 D | ncsi_client.h | 250 ncsi_response_type_t ncsi_validate_response(uint8_t* buf, uint32_t len,
|
H A D | ncsi_fsm.c | 606 ncsi_response_type = ncsi_validate_response( in ncsi_fsm_poll_test()
|