Lines Matching refs:queue_depth
990 h->dev[entry]->queue_depth = new_entry->queue_depth; in hpsa_scsi_update_entry()
1116 if (dev1->queue_depth != dev2->queue_depth) in device_updated()
1302 logical_drive->phys_disk[i]->queue_depth); in hpsa_figure_phys_disk_ptrs()
1315 logical_drive->queue_depth = h->nr_cmds; in hpsa_figure_phys_disk_ptrs()
1323 logical_drive->queue_depth = qdepth; in hpsa_figure_phys_disk_ptrs()
1325 logical_drive->queue_depth = h->nr_cmds; in hpsa_figure_phys_disk_ptrs()
1528 if (sd->queue_depth) in hpsa_slave_alloc()
1529 scsi_change_queue_depth(sdev, sd->queue_depth); in hpsa_slave_alloc()
2712 this_device->queue_depth = h->nr_cmds; in hpsa_update_device_info()
3047 dev->queue_depth = in hpsa_get_ioaccel_drive_info()
3051 dev->queue_depth = DRIVE_QUEUE_DEPTH; /* conservative */ in hpsa_get_ioaccel_drive_info()
3626 phys_disk->queue_depth) { in hpsa_scsi_ioaccel_queue_command()
4212 else if (qdepth > logical_drive->queue_depth) in hpsa_change_queue_depth()
4213 qdepth = logical_drive->queue_depth; in hpsa_change_queue_depth()