Lines Matching refs:qdepth
1201 scsih_change_queue_depth(struct scsi_device *sdev, int qdepth) in scsih_change_queue_depth() argument
1237 if (qdepth > max_depth) in scsih_change_queue_depth()
1238 qdepth = max_depth; in scsih_change_queue_depth()
1239 return scsi_change_queue_depth(sdev, qdepth); in scsih_change_queue_depth()
1804 int qdepth; in scsih_slave_configure() local
1811 qdepth = 1; in scsih_slave_configure()
1850 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in scsih_slave_configure()
1853 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_slave_configure()
1866 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
1876 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
1880 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
1885 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
1898 scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
1938 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in scsih_slave_configure()
1942 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_slave_configure()
1972 scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()