Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_fsm.c101 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
128 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
147 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
173 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
191 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
204 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
228 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
244 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
257 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
270 if (NCSI_RESPONSE_ACK == ncsi_response_type) { in ncsi_fsm_poll_l2_config()
[all …]
H A Dncsi.h74 NCSI_RESPONSE_ACK, enumerator
H A Dncsi_client.c310 return NCSI_RESPONSE_ACK; in ncsi_validate_response()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp149 if (response_type == NCSI_RESPONSE_ACK) in poll_l2_config()
226 else if (response_type != NCSI_RESPONSE_ACK) in poll_simple()