Lines Matching refs:logical_drive
1269 struct hpsa_scsi_dev_t *logical_drive) in hpsa_figure_phys_disk_ptrs() argument
1271 struct raid_map_data *map = &logical_drive->raid_map; in hpsa_figure_phys_disk_ptrs()
1288 logical_drive->phys_disk[i] = NULL; in hpsa_figure_phys_disk_ptrs()
1289 if (!logical_drive->offload_config) in hpsa_figure_phys_disk_ptrs()
1299 logical_drive->phys_disk[i] = dev[j]; in hpsa_figure_phys_disk_ptrs()
1302 logical_drive->phys_disk[i]->queue_depth); in hpsa_figure_phys_disk_ptrs()
1313 if (!logical_drive->phys_disk[i]) { in hpsa_figure_phys_disk_ptrs()
1314 logical_drive->offload_enabled = 0; 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()
4205 struct hpsa_scsi_dev_t *logical_drive = sdev->hostdata; in hpsa_change_queue_depth() local
4207 if (!logical_drive) in hpsa_change_queue_depth()
4212 else if (qdepth > logical_drive->queue_depth) in hpsa_change_queue_depth()
4213 qdepth = logical_drive->queue_depth; in hpsa_change_queue_depth()