Lines Matching refs:qdepth
1190 _scsih_change_queue_depth(struct scsi_device *sdev, int qdepth) in _scsih_change_queue_depth() argument
1222 if (qdepth > max_depth) in _scsih_change_queue_depth()
1223 qdepth = max_depth; in _scsih_change_queue_depth()
1224 return scsi_change_queue_depth(sdev, qdepth); in _scsih_change_queue_depth()
1964 int qdepth; in _scsih_slave_configure() local
1971 qdepth = 1; in _scsih_slave_configure()
2009 qdepth = MPT2SAS_SAS_QUEUE_DEPTH; in _scsih_slave_configure()
2012 qdepth = MPT2SAS_SATA_QUEUE_DEPTH; in _scsih_slave_configure()
2025 qdepth = MPT2SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
2035 qdepth = MPT2SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
2039 qdepth = MPT2SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
2044 qdepth = MPT2SAS_RAID_QUEUE_DEPTH; in _scsih_slave_configure()
2055 _scsih_change_queue_depth(sdev, qdepth); in _scsih_slave_configure()
2093 qdepth = MPT2SAS_SAS_QUEUE_DEPTH; in _scsih_slave_configure()
2097 qdepth = MPT2SAS_SATA_QUEUE_DEPTH; in _scsih_slave_configure()
2120 _scsih_change_queue_depth(sdev, qdepth); in _scsih_slave_configure()