Lines Matching refs:qdepth
1623 scsih_change_queue_depth(struct scsi_device *sdev, int qdepth) in scsih_change_queue_depth() argument
1665 if (qdepth > max_depth) in scsih_change_queue_depth()
1666 qdepth = max_depth; in scsih_change_queue_depth()
1667 scsi_change_queue_depth(sdev, qdepth); in scsih_change_queue_depth()
1683 mpt3sas_scsih_change_queue_depth(struct scsi_device *sdev, int qdepth) in mpt3sas_scsih_change_queue_depth() argument
1689 qdepth = shost->can_queue; in mpt3sas_scsih_change_queue_depth()
1691 scsih_change_queue_depth(sdev, qdepth); in mpt3sas_scsih_change_queue_depth()
2350 int qdepth; in scsih_slave_configure() local
2357 qdepth = 1; in scsih_slave_configure()
2396 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in scsih_slave_configure()
2399 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_slave_configure()
2412 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2422 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2426 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2431 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2452 mpt3sas_scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
2491 qdepth = MPT3SAS_NVME_QUEUE_DEPTH; in scsih_slave_configure()
2516 mpt3sas_scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
2542 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in scsih_slave_configure()
2554 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_slave_configure()
2576 mpt3sas_scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()