Lines Matching refs:queue_depth
1389 h->dev[entry]->queue_depth = new_entry->queue_depth; in hpsa_scsi_update_entry()
1524 if (dev1->queue_depth != dev2->queue_depth) in device_updated()
1734 logical_drive->phys_disk[i]->queue_depth); in hpsa_figure_phys_disk_ptrs()
1752 logical_drive->queue_depth = 8; in hpsa_figure_phys_disk_ptrs()
1760 logical_drive->queue_depth = qdepth; in hpsa_figure_phys_disk_ptrs()
1763 logical_drive->queue_depth = EXTERNAL_QD; in hpsa_figure_phys_disk_ptrs()
1765 logical_drive->queue_depth = h->nr_cmds; in hpsa_figure_phys_disk_ptrs()
2142 int queue_depth; in hpsa_sdev_configure() local
2149 queue_depth = sd->queue_depth != 0 ? in hpsa_sdev_configure()
2150 sd->queue_depth : sdev->host->can_queue; in hpsa_sdev_configure()
2152 queue_depth = EXTERNAL_QD; in hpsa_sdev_configure()
2162 queue_depth = sdev->host->can_queue; in hpsa_sdev_configure()
2165 scsi_change_queue_depth(sdev, queue_depth); in hpsa_sdev_configure()
4022 this_device->queue_depth = h->nr_cmds; in hpsa_update_device_info()
4026 this_device->queue_depth = EXTERNAL_QD; in hpsa_update_device_info()
4198 dev->queue_depth = in hpsa_get_ioaccel_drive_info()
4202 dev->queue_depth = DRIVE_QUEUE_DEPTH; /* conservative */ in hpsa_get_ioaccel_drive_info()
5053 phys_disk->queue_depth) { in hpsa_scsi_ioaccel_queue_command()
5824 else if (qdepth > logical_drive->queue_depth) in hpsa_change_queue_depth()
5825 qdepth = logical_drive->queue_depth; in hpsa_change_queue_depth()