Lines Matching refs:qdepth
1065 _scsih_change_queue_depth(struct scsi_device *sdev, int qdepth) in _scsih_change_queue_depth() argument
1098 if (qdepth > max_depth) in _scsih_change_queue_depth()
1099 qdepth = max_depth; in _scsih_change_queue_depth()
1100 return scsi_change_queue_depth(sdev, qdepth); in _scsih_change_queue_depth()
1631 int qdepth; in _scsih_slave_configure() local
1638 qdepth = 1; in _scsih_slave_configure()
1673 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in _scsih_slave_configure()
1676 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in _scsih_slave_configure()
1689 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
1699 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
1703 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
1708 qdepth = MPT3SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
1720 _scsih_change_queue_depth(sdev, qdepth); in _scsih_slave_configure()
1759 qdepth = MPT3SAS_SAS_QUEUE_DEPTH; in _scsih_slave_configure()
1763 qdepth = MPT3SAS_SATA_QUEUE_DEPTH; in _scsih_slave_configure()
1786 _scsih_change_queue_depth(sdev, qdepth); in _scsih_slave_configure()