Home
last modified time | relevance | path

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

/drivers/scsi/isci/
Dremote_node_context.c458 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
477 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
516 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
524 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_event_handler()
554 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_destruct()
563 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_destruct()
582 dev_dbg(scirdev_to_dev(idev), in sci_remote_node_context_suspend()
599 dev_warn(scirdev_to_dev(idev), in sci_remote_node_context_suspend()
632 dev_warn(scirdev_to_dev(rnc_to_dev(sci_rnc)), in sci_remote_node_context_suspend()
670 dev_dbg(scirdev_to_dev(idev), in sci_remote_node_context_resume()
[all …]
Dremote_device.c348 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_stop()
410 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_reset()
430 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_reset_complete()
455 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_frame_handler()
587 dev_dbg(scirdev_to_dev(idev), in sci_remote_device_event_handler()
598 dev_dbg(scirdev_to_dev(idev), in sci_remote_device_event_handler()
672 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_start_io()
807 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_complete_io()
852 dev_err(scirdev_to_dev(idev), in sci_remote_device_complete_io()
891 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_start_task()
[all …]
Dhost.h380 static inline struct device *scirdev_to_dev(struct isci_remote_device *idev) in scirdev_to_dev() function