Home
last modified time | relevance | path

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

/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 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 Dtask.c223 dev = idev->domain_dev; in isci_task_request_build()