Lines Matching refs:id_phys

3437 	struct bmic_identify_physical_device *id_phys = NULL;  in hpsa_get_enclosure_info()  local
3460 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_get_enclosure_info()
3461 if (!id_phys) in hpsa_get_enclosure_info()
3465 id_phys, sizeof(*id_phys)); in hpsa_get_enclosure_info()
3480 if (id_phys->phys_connector[1] == 'E') in hpsa_get_enclosure_info()
3481 c->Request.CDB[5] = id_phys->box_index; in hpsa_get_enclosure_info()
3496 encl_dev->box[id_phys->active_path_number] = bssbp->phys_box_on_port; in hpsa_get_enclosure_info()
3497 memcpy(&encl_dev->phys_connector[id_phys->active_path_number], in hpsa_get_enclosure_info()
3503 kfree(id_phys); in hpsa_get_enclosure_info()
4158 struct bmic_identify_physical_device *id_phys) in hpsa_get_ioaccel_drive_info() argument
4168 memset(id_phys, 0, sizeof(*id_phys)); in hpsa_get_ioaccel_drive_info()
4170 GET_BMIC_DRIVE_NUMBER(&rle->lunid[0]), id_phys, in hpsa_get_ioaccel_drive_info()
4171 sizeof(*id_phys)); in hpsa_get_ioaccel_drive_info()
4177 le16_to_cpu(id_phys->current_queue_depth_limit) - in hpsa_get_ioaccel_drive_info()
4185 struct bmic_identify_physical_device *id_phys) in hpsa_get_path_info() argument
4193 &id_phys->active_path_number, in hpsa_get_path_info()
4196 &id_phys->redundant_path_present_map, in hpsa_get_path_info()
4199 &id_phys->alternate_paths_phys_box_on_port, in hpsa_get_path_info()
4202 &id_phys->alternate_paths_phys_connector, in hpsa_get_path_info()
4205 &id_phys->phys_bay_in_box, in hpsa_get_path_info()
4236 struct bmic_identify_physical_device *id_phys; in hpsa_is_disk_spare() local
4240 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_is_disk_spare()
4241 if (!id_phys) in hpsa_is_disk_spare()
4247 id_phys, sizeof(*id_phys)); in hpsa_is_disk_spare()
4249 is_spare = (id_phys->more_flags >> 6) & 0x01; in hpsa_is_disk_spare()
4251 kfree(id_phys); in hpsa_is_disk_spare()
4313 struct bmic_identify_physical_device *id_phys = NULL; in hpsa_update_scsi_devices() local
4330 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_update_scsi_devices()
4334 !tmpdevice || !id_phys || !id_ctlr) { in hpsa_update_scsi_devices()
4471 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4473 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4525 kfree(id_phys); in hpsa_update_scsi_devices()