Home
last modified time | relevance | path

Searched refs:scirdev_to_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/isci/
H A Dremote_node_context.c451 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
470 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
509 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
517 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
547 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_destruct()
556 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_destruct()
575 dev_dbg(scirdev_to_dev(idev), in sci_remote_node_context_suspend()
592 dev_warn(scirdev_to_dev(idev), in sci_remote_node_context_suspend()
625 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_suspend()
663 dev_dbg(scirdev_to_dev(idev), in sci_remote_node_context_resume()
[all …]
H A Dhost.h379 static inline struct device *scirdev_to_dev(struct isci_remote_device *idev) in scirdev_to_dev() function