Lines Matching refs:qdepth
1784 * @qdepth: requested queue depth
1789 scsih_change_queue_depth(struct scsi_device *sdev, int qdepth)
1831 if (qdepth > max_depth)
1832 qdepth = max_depth;
1833 scsi_change_queue_depth(sdev, qdepth);
1835 "qdepth(%d), tagged(%d), scsi_level(%d), cmd_que(%d)\n",
1844 * @qdepth: requested queue depth
1849 mpt3sas_scsih_change_queue_depth(struct scsi_device *sdev, int qdepth)
1855 qdepth = shost->can_queue;
1857 scsih_change_queue_depth(sdev, qdepth);
2518 int qdepth;
2525 qdepth = 1;
2558 * IS volume = underlying qdepth of drive type, either
2564 qdepth = MPT3SAS_SAS_QUEUE_DEPTH;
2567 qdepth = MPT3SAS_SATA_QUEUE_DEPTH;
2580 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
2590 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
2594 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
2599 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
2620 mpt3sas_scsih_change_queue_depth(sdev, qdepth);
2659 qdepth = ioc->max_nvme_qd;
2684 mpt3sas_scsih_change_queue_depth(sdev, qdepth);
2711 qdepth = (sas_device->port_type > 1) ?
2724 qdepth = ioc->max_sata_qd;
2746 mpt3sas_scsih_change_queue_depth(sdev, qdepth);
9676 u16 qdepth;
9685 qdepth = ioc->max_nvme_qd;
9688 qdepth = (sas_device->port_type > 1) ?
9692 qdepth = ioc->max_sata_qd;
9695 mpt3sas_scsih_change_queue_depth(sdev, qdepth);