Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.c77 ncsi_oem_simple_response_t* oem_response = in ncsi_build_oem_ack()
78 (ncsi_oem_simple_response_t*)response_buf; in ncsi_build_oem_ack()
109 sizeof(ncsi_oem_simple_response_t)); in ncsi_build_oem_simple_ack()
110 return sizeof(ncsi_oem_simple_response_t); in ncsi_build_oem_simple_ack()
H A Dncsi_client.c72 sizeof(ncsi_oem_simple_response_t), // NCSI_OEM_COMMAND_SET_FILTER
301 const ncsi_oem_simple_response_t* oem_response = in ncsi_validate_response()
302 (ncsi_oem_simple_response_t*)buf; in ncsi_validate_response()
H A Dncsi.h347 } ncsi_oem_simple_response_t; typedef
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp156 reinterpret_cast<ncsi_oem_simple_response_t*>(ncsi_buf_.data); in poll_l2_config()
213 reinterpret_cast<ncsi_oem_simple_response_t*>(ncsi_buf_.data); in poll_simple()
275 reinterpret_cast<ncsi_oem_simple_response_t*>( in report_ncsi_error()