Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c342 SMP_RESPONSE_REPORT_GENERAL_T * report_general_response = in scif_sas_smp_remote_device_decode_report_general_response() local
371 (U8)report_general_response->number_of_phys; in scif_sas_smp_remote_device_decode_report_general_response()
375 ((report_general_response->expander_route_indexes & 0xff) << 8) | in scif_sas_smp_remote_device_decode_report_general_response()
376 ((report_general_response->expander_route_indexes & 0xff00) >> 8); in scif_sas_smp_remote_device_decode_report_general_response()
379 (BOOL)report_general_response->table_to_table_supported; in scif_sas_smp_remote_device_decode_report_general_response()
382 (BOOL)report_general_response->configurable_route_table; in scif_sas_smp_remote_device_decode_report_general_response()
385 (BOOL)report_general_response->configures_others; in scif_sas_smp_remote_device_decode_report_general_response()
400 if (report_general_response->configuring) in scif_sas_smp_remote_device_decode_report_general_response()