Home
last modified time | relevance | path

Searched refs:id_phys (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dhpsa.c3439 struct bmic_identify_physical_device *id_phys = NULL; in hpsa_get_enclosure_info() local
3462 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_get_enclosure_info()
3463 if (!id_phys) in hpsa_get_enclosure_info()
3467 id_phys, sizeof(*id_phys)); in hpsa_get_enclosure_info()
3482 if (id_phys->phys_connector[1] == 'E') in hpsa_get_enclosure_info()
3483 c->Request.CDB[5] = id_phys->box_index; in hpsa_get_enclosure_info()
3498 encl_dev->box[id_phys->active_path_number] = bssbp->phys_box_on_port; in hpsa_get_enclosure_info()
3499 memcpy(&encl_dev->phys_connector[id_phys->active_path_number], in hpsa_get_enclosure_info()
3505 kfree(id_phys); in hpsa_get_enclosure_info()
4156 struct bmic_identify_physical_device *id_phys) in hpsa_get_ioaccel_drive_info() argument
[all …]
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi_init.c1252 struct bmic_identify_physical_device *id_phys) in pqi_get_physical_disk_info() argument
1256 memset(id_phys, 0, sizeof(*id_phys)); in pqi_get_physical_disk_info()
1259 id_phys, sizeof(*id_phys)); in pqi_get_physical_disk_info()
1266 get_unaligned_le16(&id_phys->current_queue_depth_limit); in pqi_get_physical_disk_info()
1267 device->device_type = id_phys->device_type; in pqi_get_physical_disk_info()
1268 device->active_path_index = id_phys->active_path_number; in pqi_get_physical_disk_info()
1269 device->path_map = id_phys->redundant_path_present_map; in pqi_get_physical_disk_info()
1271 &id_phys->alternate_paths_phys_box_on_port, in pqi_get_physical_disk_info()
1274 &id_phys->alternate_paths_phys_connector, in pqi_get_physical_disk_info()
1276 device->bay = id_phys->phys_bay_in_box; in pqi_get_physical_disk_info()
[all …]