Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.c3032 struct bmic_identify_physical_device *id_phys) in hpsa_get_ioaccel_drive_info() argument
3039 memset(id_phys, 0, sizeof(*id_phys)); in hpsa_get_ioaccel_drive_info()
3041 GET_BMIC_DRIVE_NUMBER(lunaddrbytes), id_phys, in hpsa_get_ioaccel_drive_info()
3042 sizeof(*id_phys)); in hpsa_get_ioaccel_drive_info()
3048 le16_to_cpu(id_phys->current_queue_depth_limit) - in hpsa_get_ioaccel_drive_info()
3069 struct bmic_identify_physical_device *id_phys = NULL; in hpsa_update_scsi_devices() local
3084 id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL); in hpsa_update_scsi_devices()
3087 !tmpdevice || !id_phys) { in hpsa_update_scsi_devices()
3205 lunaddrbytes, id_phys); in hpsa_update_scsi_devices()
3239 kfree(id_phys); in hpsa_update_scsi_devices()