Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c345 SMP_RESPONSE_HEADER_T * response_header = &smp_response->header; in scif_sas_smp_remote_device_decode_report_general_response() local
354 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED) in scif_sas_smp_remote_device_decode_report_general_response()
363 response_header->function_result in scif_sas_smp_remote_device_decode_report_general_response()
429 SMP_RESPONSE_HEADER_T * response_header = &smp_response->header; in scif_sas_smp_remote_device_decode_initial_discover_response() local
438 if (response_header->function_result == SMP_RESULT_PHY_VACANT) in scif_sas_smp_remote_device_decode_initial_discover_response()
442 else if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED) in scif_sas_smp_remote_device_decode_initial_discover_response()
451 response_header->function_result in scif_sas_smp_remote_device_decode_initial_discover_response()
602 SMP_RESPONSE_HEADER_T * response_header = &smp_response->header; in scif_sas_smp_remote_device_decode_report_phy_sata_response() local
611 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED) in scif_sas_smp_remote_device_decode_report_phy_sata_response()
620 response_header->function_result in scif_sas_smp_remote_device_decode_report_phy_sata_response()
[all …]