Searched refs:NCSI_RESPONSE (Results 1 – 5 of 5) sorted by relevance
152 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()
52 if (control_packet_type_ & NCSI_RESPONSE) in parse_ethernet_frame()55 control_packet_type_ &= ~NCSI_RESPONSE; in parse_ethernet_frame()
46 request_header->control_packet_type | NCSI_RESPONSE; in ncsi_build_response_header()
89 #define NCSI_RESPONSE 0x80 macro
288 if (response->hdr.control_packet_type != (std_cmd_type | NCSI_RESPONSE)) { in ncsi_validate_response()