Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/isci/
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 …]
Dremote_device.c349 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_stop()
411 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_reset()
431 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_reset_complete()
456 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_frame_handler()
588 dev_dbg(scirdev_to_dev(idev), in sci_remote_device_event_handler()
599 dev_dbg(scirdev_to_dev(idev), in sci_remote_device_event_handler()
673 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_start_io()
808 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_complete_io()
853 dev_err(scirdev_to_dev(idev), in sci_remote_device_complete_io()
892 dev_warn(scirdev_to_dev(idev), "%s: in wrong state: %s\n", in sci_remote_device_start_task()
[all …]
Dhost.h379 static inline struct device *scirdev_to_dev(struct isci_remote_device *idev) in scirdev_to_dev() function