Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libsas/
Dsas_scsi_host.c183 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_queuecommand()
242 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_defer_cmd()
273 struct domain_device *x = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_I_T()
286 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_port()
514 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_device_reset_handler()
536 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_bus_reset_handler()
585 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_handle_sas_errors()
Dsas_ata.c804 struct domain_device *ddev = cmd_to_domain_dev(cmd); in sas_ata_eh()
/linux-4.4.14/include/scsi/
Dlibsas.h446 cmd_to_domain_dev(struct scsi_cmnd *cmd) in cmd_to_domain_dev() function