Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c356 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED) in scif_sas_smp_remote_device_decode_report_general_response()
365 response_header->function_result in scif_sas_smp_remote_device_decode_report_general_response()
440 if (response_header->function_result == SMP_RESULT_PHY_VACANT) in scif_sas_smp_remote_device_decode_initial_discover_response()
453 response_header->function_result in scif_sas_smp_remote_device_decode_initial_discover_response()
613 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED) in scif_sas_smp_remote_device_decode_report_phy_sata_response()
622 response_header->function_result in scif_sas_smp_remote_device_decode_report_phy_sata_response()
676 response_header->function_result in scif_sas_smp_remote_device_decode_target_reset_phy_control_response()
721 response_header->function_result in scif_sas_smp_remote_device_decode_discover_phy_control_response()
774 response_header->function_result in scif_sas_smp_remote_device_decode_target_reset_discover_response()
836 response_header->function_result in scif_sas_smp_remote_device_decode_spinup_hold_release_discover_response()
[all …]
H A Dscu_task_context.h376 U32 function_result : 8; member
H A Dintel_sas.h404 U8 function_result; // byte 2 member
/freebsd-13.1/sys/cam/scsi/
H A Dsmp_all.h144 uint8_t function_result; member
222 uint8_t function_result; member
263 uint8_t function_result; member
466 uint8_t function_result; member
474 const char *smp_error_desc(int function_result);
H A Dsmp_all.c82 uint8_t function_result; member
119 smp_error_desc(int function_result) in smp_error_desc() argument
124 if (function_result == smp_error_table[i].function_result) in smp_error_desc()
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c9112 && (disresponse->function_result != SMP_FR_PHY_VACANT))) { in smpphylist()
9128 if (disresponse->function_result == SMP_FR_PHY_VACANT) { in smpphylist()