Lines Matching defs:fw_device

169    SCIF_SAS_REMOTE_DEVICE_T * fw_device;
183 fw_device = (SCIF_SAS_REMOTE_DEVICE_T*)
187 fw_device->core_object, &fw_device_address
194 return fw_device;
358 SCIF_SAS_REMOTE_DEVICE_T * fw_device;
377 fw_device = task_request->parent.device;
379 if (fw_device->domain == fw_domain)
381 scic_remote_device_reset_complete(fw_device->core_object);
385 fw_device,
604 * @param[in] fw_device This parameter specifies the remote device in
617 SCIF_SAS_REMOTE_DEVICE_T * fw_device,
626 fw_domain, fw_device, fw_request, fw_requestor
652 (fw_device == NULL)
654 (request->device == fw_device)
765 SCIF_SAS_REMOTE_DEVICE_T * fw_device
774 fw_domain, fw_device
782 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
790 if ( fw_device->containing_device == NULL )
792 scif_sas_smp_remote_device_start_discover(fw_device);
796 fw_device->protocol_device.smp_device.scheduled_activity =
802 &fw_domain->parent, &fw_device->parent
866 SCIF_SAS_REMOTE_DEVICE_T * fw_device;
878 fw_device = (SCIF_SAS_REMOTE_DEVICE_T*)
883 (fw_device->containing_device == containing_device)
884 && (fw_device->expander_phy_identifier == expander_phy_id)
887 return fw_device;
1178 * @param[in] fw_device The expander device to be removed.
1184 SCIF_SAS_REMOTE_DEVICE_T * fw_device
1188 &fw_device->protocol_device.smp_device;
1212 scif_cb_domain_device_removed(fw_domain->controller, fw_domain, fw_device);
1463 SCIF_SAS_REMOTE_DEVICE_T * fw_device;
1476 fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)
1483 if (fw_device != SCI_INVALID_HANDLE)
1486 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
1493 scif_sas_remote_device_update_port_width(fw_device, new_port_width);