Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/libsas/
Dsas_scsi_host.c703 struct domain_device *dev = sdev_to_domain_dev(sdev); in sas_ioctl()
769 struct domain_device *dev = sdev_to_domain_dev(scsi_dev); in sas_slave_configure()
802 struct domain_device *dev = sdev_to_domain_dev(scsi_dev); in sas_slave_destroy()
810 struct domain_device *dev = sdev_to_domain_dev(sdev); in sas_change_queue_depth()
835 struct domain_device *dev = sdev_to_domain_dev(scsi_dev); in sas_change_queue_type()
1048 struct domain_device *dev = sdev_to_domain_dev(scsi_dev); in sas_slave_alloc()
Dsas_ata.c804 struct domain_device *ddev = sdev_to_domain_dev(sdev); in sas_ata_strategy_handler()
/linux-3.3/include/scsi/
Dlibsas.h388 sdev_to_domain_dev(struct scsi_device *sdev) { in sdev_to_domain_dev() function
400 return sdev_to_domain_dev(cmd->device); in cmd_to_domain_dev()
/linux-3.3/drivers/scsi/isci/
Dtask.c1402 struct domain_device *dev = sdev_to_domain_dev(cmd->device); in isci_bus_reset_handler()