Lines Matching refs:qdepth

1790 scsih_change_queue_depth(struct scsi_device *sdev, int qdepth)  in scsih_change_queue_depth()  argument
1832 if (qdepth > max_depth) in scsih_change_queue_depth()
1833 qdepth = max_depth; in scsih_change_queue_depth()
1834 scsi_change_queue_depth(sdev, qdepth); in scsih_change_queue_depth()
1850 mpt3sas_scsih_change_queue_depth(struct scsi_device *sdev, int qdepth) in mpt3sas_scsih_change_queue_depth() argument
1856 qdepth = shost->can_queue; in mpt3sas_scsih_change_queue_depth()
1858 scsih_change_queue_depth(sdev, qdepth); in mpt3sas_scsih_change_queue_depth()
2519 int qdepth; in scsih_slave_configure() local
2526 qdepth = 1; in scsih_slave_configure()
2565 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in scsih_slave_configure()
2568 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_slave_configure()
2581 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2591 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2595 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2600 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in scsih_slave_configure()
2621 mpt3sas_scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
2660 qdepth = ioc->max_nvme_qd; in scsih_slave_configure()
2685 mpt3sas_scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
2712 qdepth = (sas_device->port_type > 1) ? in scsih_slave_configure()
2725 qdepth = ioc->max_sata_qd; in scsih_slave_configure()
2747 mpt3sas_scsih_change_queue_depth(sdev, qdepth); in scsih_slave_configure()
9677 u16 qdepth; in _scsih_update_device_qdepth() local
9686 qdepth = ioc->max_nvme_qd; in _scsih_update_device_qdepth()
9689 qdepth = (sas_device->port_type > 1) ? in _scsih_update_device_qdepth()
9693 qdepth = ioc->max_sata_qd; in _scsih_update_device_qdepth()
9696 mpt3sas_scsih_change_queue_depth(sdev, qdepth); in _scsih_update_device_qdepth()