Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c426 SCIF_SAS_REMOTE_DEVICE_T * attached_remote_device; in scif_sas_smp_remote_device_decode_initial_discover_response() local
468 attached_remote_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_smp_remote_device_decode_initial_discover_response()
474 if (attached_remote_device != SCI_INVALID_HANDLE) in scif_sas_smp_remote_device_decode_initial_discover_response()
477 if ( attached_remote_device->is_currently_discovered == TRUE in scif_sas_smp_remote_device_decode_initial_discover_response()
478 && attached_remote_device != fw_device->containing_device ) in scif_sas_smp_remote_device_decode_initial_discover_response()
481 attached_remote_device->device_port_width++; in scif_sas_smp_remote_device_decode_initial_discover_response()
487 attached_remote_device->is_currently_discovered = TRUE; in scif_sas_smp_remote_device_decode_initial_discover_response()
491 if (attached_remote_device->device_port_width != in scif_sas_smp_remote_device_decode_initial_discover_response()
492 scic_remote_device_get_port_width(attached_remote_device->core_object) in scif_sas_smp_remote_device_decode_initial_discover_response()
497 attached_remote_device, attached_remote_device->device_port_width); in scif_sas_smp_remote_device_decode_initial_discover_response()
[all …]
H A Dscif_sas_smp_phy.c179 SCIF_SAS_REMOTE_DEVICE_T * attached_remote_device in scif_sas_smp_phy_set_attached_phy() argument
186 &attached_remote_device->protocol_device.smp_device); in scif_sas_smp_phy_set_attached_phy()
H A Dscif_sas_smp_phy.h162 struct SCIF_SAS_REMOTE_DEVICE * attached_remote_device