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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c354 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED)
356 /// @todo: more decoding work needed when the function_result is not
363 response_header->function_result
438 if (response_header->function_result == SMP_RESULT_PHY_VACANT)
442 else if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED)
444 /// @todo: more decoding work needed when the function_result is not
451 response_header->function_result
611 if (response_header->function_result != SMP_RESULT_FUNCTION_ACCEPTED)
613 /// @todo: more decoding work needed when the function_result is not
620 response_header->function_result
[all...]
H A Dscu_task_context.h374 U32 function_result : 8; member in struct:SMP_TASK_CONTEXT
H A Dintel_sas.h402 U8 function_result; // byte 2 member in struct:SMP_RESPONSE_HEADER
/freebsd-10.0-release/sys/cam/scsi/
H A Dsmp_all.h142 uint8_t function_result; member in struct:smp_report_general_response
220 uint8_t function_result; member in struct:smp_report_manuf_info_response
261 uint8_t function_result; member in struct:smp_discover_response
464 uint8_t function_result; member in struct:smp_phy_control_response
472 const char *smp_error_desc(int function_result);
H A Dsmp_all.c80 uint8_t function_result; member in struct:smp_error_table_entry
117 smp_error_desc(int function_result) argument
123 if (function_result == smp_error_table[i].function_result)
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c7520 && (disresponse->function_result != SMP_FR_PHY_VACANT))) {
7536 if (disresponse->function_result == SMP_FR_PHY_VACANT) {

Completed in 201 milliseconds