Lines Matching refs:qdepth
1500 scsih_change_queue_depth(struct scsi_device *sdev, int qdepth) in scsih_change_queue_depth() argument
1536 if (qdepth > max_depth) in scsih_change_queue_depth()
1537 qdepth = max_depth; in scsih_change_queue_depth()
1538 return scsi_change_queue_depth(sdev, qdepth); in scsih_change_queue_depth()
2197 int qdepth; in scsih_slave_configure() local
2204 qdepth = 1; in scsih_slave_configure()
2243 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in scsih_slave_configure()
2246 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_slave_configure()
2259 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2269 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2273 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2278 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2299 scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
2338 qdepth = MPT3SAS_NVME_QUEUE_DEPTH; in scsih_slave_configure()
2363 scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
2389 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in scsih_slave_configure()
2401 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_slave_configure()
2423 scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()