Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/libsas/
Dsas_scsi_host.c163 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_queuecommand()
206 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_finish_cmd()
247 struct domain_device *x = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_I_T()
260 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_port()
430 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_abort_handler()
462 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_device_reset_handler()
485 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_target_reset_handler()
535 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_handle_sas_errors()
Dsas_discover.c368 if (dev == cmd_to_domain_dev(cmd)) in sas_abort_cmd()
Dsas_ata.c879 struct domain_device *ddev = cmd_to_domain_dev(cmd); in sas_ata_eh()
/Linux-v6.6/include/scsi/
Dlibsas.h402 cmd_to_domain_dev(struct scsi_cmnd *cmd) in cmd_to_domain_dev() function