Lines Matching refs:queue_depth
1379 h->dev[entry]->queue_depth = new_entry->queue_depth; in hpsa_scsi_update_entry()
1514 if (dev1->queue_depth != dev2->queue_depth) in device_updated()
1724 logical_drive->phys_disk[i]->queue_depth); in hpsa_figure_phys_disk_ptrs()
1743 logical_drive->queue_depth = 8; in hpsa_figure_phys_disk_ptrs()
1751 logical_drive->queue_depth = qdepth; in hpsa_figure_phys_disk_ptrs()
1754 logical_drive->queue_depth = EXTERNAL_QD; in hpsa_figure_phys_disk_ptrs()
1756 logical_drive->queue_depth = h->nr_cmds; in hpsa_figure_phys_disk_ptrs()
2131 int queue_depth; in hpsa_slave_configure() local
2139 queue_depth = EXTERNAL_QD; in hpsa_slave_configure()
2144 queue_depth = sd->queue_depth != 0 ? in hpsa_slave_configure()
2145 sd->queue_depth : sdev->host->can_queue; in hpsa_slave_configure()
2148 queue_depth = sdev->host->can_queue; in hpsa_slave_configure()
2150 scsi_change_queue_depth(sdev, queue_depth); in hpsa_slave_configure()
4003 this_device->queue_depth = h->nr_cmds; in hpsa_update_device_info()
4007 this_device->queue_depth = EXTERNAL_QD; in hpsa_update_device_info()
4176 dev->queue_depth = in hpsa_get_ioaccel_drive_info()
4180 dev->queue_depth = DRIVE_QUEUE_DEPTH; /* conservative */ in hpsa_get_ioaccel_drive_info()
5029 phys_disk->queue_depth) { in hpsa_scsi_ioaccel_queue_command()
5769 else if (qdepth > logical_drive->queue_depth) in hpsa_change_queue_depth()
5770 qdepth = logical_drive->queue_depth; in hpsa_change_queue_depth()