Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/isci/
Dremote_device.h94 struct domain_device *domain_dev; member
143 void isci_remote_device_gone(struct domain_device *domain_dev);
144 int isci_remote_device_found(struct domain_device *domain_dev);
Dremote_node_context.c117 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_construct_buffer()
243 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_validate_context_buffer()
316 dev = idev->domain_dev; in sci_remote_node_context_resuming_state_enter()
386 if (dev_is_sata(idev->domain_dev)) in sci_remote_node_context_await_suspend_state_exit()
718 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_resume()
Dremote_device.c1086 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ready_state_enter()
1099 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ready_state_exit()
1312 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ea_construct()
1478 struct domain_device *dev = idev->domain_dev; in isci_remote_device_construct()
1538 idev->domain_dev = NULL; in isci_remote_device_release()
1566 idev->domain_dev->lldd_dev = NULL; /* disable new lookups */ in isci_remote_device_stop()
1634 isci_device->domain_dev = dev; in isci_remote_device_found()
1714 if (dev_is_sata(idev->domain_dev)) { in isci_dev_set_hang_detection_timeout()
Dhost.h343 return dev_to_ihost(idev->domain_dev); in idev_to_ihost()
362 struct domain_device *dev = idev->domain_dev; in sci_remote_device_node_count()
Drequest.c673 struct domain_device *dev = ireq->target_device->domain_dev; in sci_io_request_construct_sata()
1651 struct ata_device *dev = sas_to_ata_dev(ireq->target_device->domain_dev); in scu_atapi_reconstruct_raw_frame_task_context()
1668 struct ata_device *dev = sas_to_ata_dev(ireq->target_device->domain_dev); in scu_atapi_construct_task_context()
2965 struct domain_device *dev = ireq->target_device->domain_dev; in sci_request_started_state_enter()
3091 struct domain_device *dev = idev->domain_dev; in sci_io_request_construct()
3118 struct domain_device *dev = idev->domain_dev; in sci_task_request_construct()
Dtask.c225 dev = idev->domain_dev; in isci_task_request_build()