• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/isci/scil/

Lines Matching refs:fw_device

171    SCIF_SAS_REMOTE_DEVICE_T * fw_device;
185 fw_device = (SCIF_SAS_REMOTE_DEVICE_T*)
189 fw_device->core_object, &fw_device_address
196 return fw_device;
360 SCIF_SAS_REMOTE_DEVICE_T * fw_device;
379 fw_device = task_request->parent.device;
381 if (fw_device->domain == fw_domain)
383 scic_remote_device_reset_complete(fw_device->core_object);
387 fw_device,
606 * @param[in] fw_device This parameter specifies the remote device in
619 SCIF_SAS_REMOTE_DEVICE_T * fw_device,
628 fw_domain, fw_device, fw_request, fw_requestor
654 (fw_device == NULL)
656 (request->device == fw_device)
767 SCIF_SAS_REMOTE_DEVICE_T * fw_device
776 fw_domain, fw_device
784 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
792 if ( fw_device->containing_device == NULL )
794 scif_sas_smp_remote_device_start_discover(fw_device);
798 fw_device->protocol_device.smp_device.scheduled_activity =
804 &fw_domain->parent, &fw_device->parent
868 SCIF_SAS_REMOTE_DEVICE_T * fw_device;
880 fw_device = (SCIF_SAS_REMOTE_DEVICE_T*)
885 (fw_device->containing_device == containing_device)
886 && (fw_device->expander_phy_identifier == expander_phy_id)
889 return fw_device;
1180 * @param[in] fw_device The expander device to be removed.
1186 SCIF_SAS_REMOTE_DEVICE_T * fw_device
1190 &fw_device->protocol_device.smp_device;
1214 scif_cb_domain_device_removed(fw_domain->controller, fw_domain, fw_device);
1465 SCIF_SAS_REMOTE_DEVICE_T * fw_device;
1478 fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)
1485 if (fw_device != SCI_INVALID_HANDLE)
1488 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
1495 scif_sas_remote_device_update_port_width(fw_device, new_port_width);