Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/isci/scil/
HDscif_sas_smp_remote_device.c151 fw_device->protocol_device.smp_device.expander_route_indexes = 0; in scif_sas_smp_remote_device_construct()
374 fw_device->protocol_device.smp_device.expander_route_indexes = 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()
1824 this_device->protocol_device.smp_device.expander_route_indexes = 0; in scif_sas_smp_remote_device_removed()
2384 fw_device->protocol_device.smp_device.expander_route_indexes ) in scif_sas_smp_remote_device_clean_route_table()
HDscif_sas_smp_remote_device.h199 U16 expander_route_indexes; member
HDintel_sas.h552 U16 expander_route_indexes; //byte 6-7 member
/freebsd-13-stable/sys/cam/scsi/
HDsmp_all.h147 uint8_t expander_route_indexes[2]; member
HDsmp_all.c289 scsi_2btoul(response->expander_route_indexes)); in smp_report_general_sbuf()