Home
last modified time | relevance | path

Searched refs:NCSI_OEM_COMMAND (Results 1 – 5 of 5) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c220 set_header_fields((ncsi_header_t*)buf, channel, NCSI_OEM_COMMAND); in ncsi_oem_cmd_get_host_mac()
232 set_header_fields((ncsi_header_t*)buf, channel, NCSI_OEM_COMMAND); in ncsi_oem_cmd_get_filter()
245 set_header_fields((ncsi_header_t*)buf, channel, NCSI_OEM_COMMAND); in ncsi_oem_cmd_set_filter()
265 set_header_fields((ncsi_header_t*)buf, channel, NCSI_OEM_COMMAND); in ncsi_oem_cmd_echo()
287 const uint8_t std_cmd_type = is_oem ? NCSI_OEM_COMMAND : cmd_type; in ncsi_validate_response()
H A Dncsi.h121 NCSI_OEM_COMMAND = 0x50, enumerator
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.h66 return control_packet_type_ == NCSI_OEM_COMMAND; in is_oem_command()
86 set_conrol_packet_type(NCSI_OEM_COMMAND); in set_oem_command()
H A Dnic_mock.cpp66 if (control_packet_type_ == NCSI_OEM_COMMAND) in parse_ethernet_frame()
145 case NCSI_OEM_COMMAND: in handle_request()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp152 if ((NCSI_RESPONSE | NCSI_OEM_COMMAND) == in poll_l2_config()
210 (NCSI_RESPONSE | NCSI_OEM_COMMAND)) in poll_simple()
271 if ((NCSI_RESPONSE | NCSI_OEM_COMMAND) == in report_ncsi_error()