aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas/mv_sas.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-09-20 18:10:55 -0400
committerJames Bottomley <JBottomley@Parallels.com>2011-10-02 13:39:48 -0400
commite211e2c7b6e7f470c818ef67c952954e1b46a46d (patch)
treeaa53972c703b9ae0340afb1d55daf9c9e2e4472a /drivers/scsi/mvsas/mv_sas.h
parent97a1420d127ca1db2fd665707bf4e9501758147c (diff)
[SCSI] mvsas: remove mvs_slave_{alloc|configure}
libsas now handles: 1/ limiting ata scanning to lun0 2/ maximizing the queue_depth of sas devices (up to 256, mvsas only supports 64) 3/ changes to /sys/block/<sdX>/device/queue_depth for ata devices Acked-by: Xiangliang Yu <yuxiangl@marvell.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/mvsas/mv_sas.h')
-rw-r--r--drivers/scsi/mvsas/mv_sas.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/mvsas/mv_sas.h b/drivers/scsi/mvsas/mv_sas.h
index 44d7885a4a1..21ee8b06ce8 100644
--- a/drivers/scsi/mvsas/mv_sas.h
+++ b/drivers/scsi/mvsas/mv_sas.h
@@ -459,8 +459,6 @@ int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func,
459 void *funcdata); 459 void *funcdata);
460void __devinit mvs_set_sas_addr(struct mvs_info *mvi, int port_id, 460void __devinit mvs_set_sas_addr(struct mvs_info *mvi, int port_id,
461 u32 off_lo, u32 off_hi, u64 sas_addr); 461 u32 off_lo, u32 off_hi, u64 sas_addr);
462int mvs_slave_alloc(struct scsi_device *scsi_dev);
463int mvs_slave_configure(struct scsi_device *sdev);
464void mvs_scan_start(struct Scsi_Host *shost); 462void mvs_scan_start(struct Scsi_Host *shost);
465int mvs_scan_finished(struct Scsi_Host *shost, unsigned long time); 463int mvs_scan_finished(struct Scsi_Host *shost, unsigned long time);
466int mvs_queue_command(struct sas_task *task, const int num, 464int mvs_queue_command(struct sas_task *task, const int num,