Lines Matching refs:queue_depth
1317 h->dev[entry]->queue_depth = new_entry->queue_depth; in hpsa_scsi_update_entry()
1452 if (dev1->queue_depth != dev2->queue_depth) in device_updated()
1651 logical_drive->phys_disk[i]->queue_depth); in hpsa_figure_phys_disk_ptrs()
1665 logical_drive->queue_depth = 8; in hpsa_figure_phys_disk_ptrs()
1673 logical_drive->queue_depth = qdepth; in hpsa_figure_phys_disk_ptrs()
1675 logical_drive->queue_depth = h->nr_cmds; in hpsa_figure_phys_disk_ptrs()
1965 int queue_depth; in hpsa_slave_configure() local
1971 queue_depth = sd->queue_depth != 0 ? in hpsa_slave_configure()
1972 sd->queue_depth : sdev->host->can_queue; in hpsa_slave_configure()
1974 queue_depth = sdev->host->can_queue; in hpsa_slave_configure()
1976 scsi_change_queue_depth(sdev, queue_depth); in hpsa_slave_configure()
3657 this_device->queue_depth = h->nr_cmds; in hpsa_update_device_info()
3875 dev->queue_depth = in hpsa_get_ioaccel_drive_info()
3879 dev->queue_depth = DRIVE_QUEUE_DEPTH; /* conservative */ in hpsa_get_ioaccel_drive_info()
4575 phys_disk->queue_depth) { in hpsa_scsi_ioaccel_queue_command()
5241 else if (qdepth > logical_drive->queue_depth) in hpsa_change_queue_depth()
5242 qdepth = logical_drive->queue_depth; in hpsa_change_queue_depth()