Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A 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);
H A Dremote_node_context.c117 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_construct_buffer()
236 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_validate_context_buffer()
309 dev = idev->domain_dev; in sci_remote_node_context_resuming_state_enter()
379 if (dev_is_sata(idev->domain_dev)) in sci_remote_node_context_await_suspend_state_exit()
711 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_resume()
H A Dremote_device.c1087 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ready_state_enter()
1100 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ready_state_exit()
1313 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ea_construct()
1479 struct domain_device *dev = idev->domain_dev; in isci_remote_device_construct()
1540 idev->domain_dev = NULL; in isci_remote_device_release()
1568 idev->domain_dev->lldd_dev = NULL; /* disable new lookups */ in isci_remote_device_stop()
1635 isci_device->domain_dev = dev; in isci_remote_device_found()
1715 if (dev_is_sata(idev->domain_dev)) { in isci_dev_set_hang_detection_timeout()
H A 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()
H A Drequest.c668 struct domain_device *dev = ireq->target_device->domain_dev; in sci_io_request_construct_sata()
1645 struct ata_device *dev = sas_to_ata_dev(ireq->target_device->domain_dev); in scu_atapi_reconstruct_raw_frame_task_context()
1662 struct ata_device *dev = sas_to_ata_dev(ireq->target_device->domain_dev); in scu_atapi_construct_task_context()
2957 struct domain_device *dev = ireq->target_device->domain_dev; in sci_request_started_state_enter()
3083 struct domain_device *dev = idev->domain_dev; in sci_io_request_construct()
3110 struct domain_device *dev = idev->domain_dev; in sci_task_request_construct()
H A Dtask.c223 dev = idev->domain_dev; in isci_task_request_build()