Lines Matching refs:id_phys
3859 struct bmic_identify_physical_device *id_phys) in hpsa_get_ioaccel_drive_info() argument
3867 memset(id_phys, 0, sizeof(*id_phys)); in hpsa_get_ioaccel_drive_info()
3869 GET_BMIC_DRIVE_NUMBER(&rle->lunid[0]), id_phys, in hpsa_get_ioaccel_drive_info()
3870 sizeof(*id_phys)); in hpsa_get_ioaccel_drive_info()
3876 le16_to_cpu(id_phys->current_queue_depth_limit) - in hpsa_get_ioaccel_drive_info()
3884 struct bmic_identify_physical_device *id_phys) in hpsa_get_path_info() argument
3892 &id_phys->active_path_number, in hpsa_get_path_info()
3895 &id_phys->redundant_path_present_map, in hpsa_get_path_info()
3898 &id_phys->alternate_paths_phys_box_on_port, in hpsa_get_path_info()
3901 &id_phys->alternate_paths_phys_connector, in hpsa_get_path_info()
3904 &id_phys->phys_bay_in_box, in hpsa_get_path_info()
3948 struct bmic_identify_physical_device *id_phys = NULL; in hpsa_update_scsi_devices() local
3965 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_update_scsi_devices()
3969 !tmpdevice || !id_phys || !id_ctlr) { in hpsa_update_scsi_devices()
4111 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4113 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4159 kfree(id_phys); in hpsa_update_scsi_devices()