Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp152 if ((NCSI_RESPONSE | NCSI_OEM_COMMAND) == in poll_l2_config()
197 (NCSI_RESPONSE | NCSI_GET_LINK_STATUS)) in poll_simple()
210 (NCSI_RESPONSE | NCSI_OEM_COMMAND)) in poll_simple()
271 if ((NCSI_RESPONSE | NCSI_OEM_COMMAND) == in report_ncsi_error()
283 response->hdr.control_packet_type & (~NCSI_RESPONSE)); in report_ncsi_error()
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp52 if (control_packet_type_ & NCSI_RESPONSE) in parse_ethernet_frame()
55 control_packet_type_ &= ~NCSI_RESPONSE; in parse_ethernet_frame()
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.c46 request_header->control_packet_type | NCSI_RESPONSE; in ncsi_build_response_header()
H A Dncsi.h89 #define NCSI_RESPONSE 0x80 macro
H A Dncsi_client.c288 if (response->hdr.control_packet_type != (std_cmd_type | NCSI_RESPONSE)) { in ncsi_validate_response()