Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.h250 ncsi_response_type_t ncsi_validate_response(uint8_t* buf, uint32_t len,
261 ncsi_response_type_t ncsi_validate_std_response(uint8_t* buf, uint32_t len,
272 ncsi_response_type_t ncsi_validate_oem_response(uint8_t* buf, uint32_t len,
H A Dncsi_fsm.h195 ncsi_response_type_t ncsi_fsm_poll_l2_config(ncsi_state_t* ncsi_state,
200 ncsi_response_type_t ncsi_fsm_poll_l3l4_config(ncsi_state_t* ncsi_state,
207 ncsi_response_type_t ncsi_fsm_poll_test(ncsi_state_t* ncsi_state,
H A Dncsi_fsm.c76 ncsi_response_type_t ncsi_fsm_poll_l2_config(ncsi_state_t* ncsi_state, in ncsi_fsm_poll_l2_config()
81 ncsi_response_type_t ncsi_response_type = NCSI_RESPONSE_NONE; in ncsi_fsm_poll_l2_config()
337 ncsi_response_type_t ncsi_fsm_poll_l3l4_config(ncsi_state_t* ncsi_state, in ncsi_fsm_poll_l3l4_config()
344 ncsi_response_type_t ncsi_response_type = NCSI_RESPONSE_NONE; in ncsi_fsm_poll_l3l4_config()
486 ncsi_response_type_t ncsi_fsm_poll_test(ncsi_state_t* ncsi_state, in ncsi_fsm_poll_test()
492 ncsi_response_type_t ncsi_response_type = NCSI_RESPONSE_NONE; in ncsi_fsm_poll_test()
H A Dncsi_client.c275 ncsi_response_type_t ncsi_validate_response(uint8_t* buf, uint32_t len, in ncsi_validate_response()
313 ncsi_response_type_t ncsi_validate_std_response(uint8_t* buf, uint32_t len, in ncsi_validate_std_response()
319 ncsi_response_type_t ncsi_validate_oem_response(uint8_t* buf, uint32_t len, in ncsi_validate_oem_response()
H A Dncsi.h82 } ncsi_response_type_t; typedef
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.h30 typedef ncsi_response_type_t (*ncsi_simple_poll_f)(
72 void report_ncsi_error(ncsi_response_type_t response_type);
H A Dncsi_state_machine.cpp144 ncsi_response_type_t response_type = ncsi_fsm_poll_l2_config( in poll_l2_config()
184 ncsi_response_type_t response_type = in poll_simple()
234 void StateMachine::report_ncsi_error(ncsi_response_type_t response_type) in report_ncsi_error()