Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libsas/
Dsas_scsi_host.c184 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_queuecommand()
226 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_finish_cmd()
267 struct domain_device *x = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_I_T()
280 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_port()
486 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_abort_handler()
518 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_device_reset_handler()
540 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_target_reset_handler()
589 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_handle_sas_errors()
Dsas_ata.c813 struct domain_device *ddev = cmd_to_domain_dev(cmd); in sas_ata_eh()
/Linux-v4.19/include/scsi/
Dlibsas.h435 cmd_to_domain_dev(struct scsi_cmnd *cmd) in cmd_to_domain_dev() function