Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c225 cmd->oem_header.oem_cmd = NCSI_OEM_COMMAND_GET_HOST_MAC; in ncsi_oem_cmd_get_host_mac()
237 cmd->oem_header.oem_cmd = NCSI_OEM_COMMAND_GET_FILTER; in ncsi_oem_cmd_get_filter()
250 cmd->oem_header.oem_cmd = NCSI_OEM_COMMAND_SET_FILTER; in ncsi_oem_cmd_set_filter()
270 cmd->oem_header.oem_cmd = NCSI_OEM_COMMAND_ECHO; in ncsi_oem_cmd_echo()
305 oem_response->oem_header.oem_cmd != cmd_type) { in ncsi_validate_response()
H A Dncsi.h336 uint8_t oem_cmd; member
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp163 const ncsi_oem_simple_cmd_t* oem_cmd = in handle_oem_request() local
166 switch (oem_cmd->oem_header.oem_cmd) in handle_oem_request()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp157 if (oem_response->oem_header.oem_cmd == in poll_l2_config()
214 if (oem_response->oem_header.oem_cmd == NCSI_OEM_COMMAND_GET_FILTER) in poll_simple()
278 oem_response->oem_header.oem_cmd); in report_ncsi_error()