Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c354 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()
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()
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()
665 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED) in scif_sas_smp_remote_device_decode_target_reset_phy_control_response()
674 response_header->function_result in scif_sas_smp_remote_device_decode_target_reset_phy_control_response()
710 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED) in scif_sas_smp_remote_device_decode_discover_phy_control_response()
[all …]
H A Dscu_task_context.h374 U32 function_result : 8; member
H A Dintel_sas.h402 U8 function_result; // byte 2 member
/freebsd/sys/cam/scsi/
H A Dsmp_all.h143 uint8_t function_result; member
221 uint8_t function_result; member
262 uint8_t function_result; member
465 uint8_t function_result; member
473 const char *smp_error_desc(int function_result);
H A Dsmp_all.c79 uint8_t function_result; member
116 smp_error_desc(int function_result) in smp_error_desc() argument
121 if (function_result == smp_error_table[i].function_result) in smp_error_desc()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c9180 && (disresponse->function_result != SMP_FR_PHY_VACANT))) { in smpphylist()
9196 if (disresponse->function_result == SMP_FR_PHY_VACANT) { in smpphylist()