Lines Matching refs:physdev_list
4150 struct ReportExtendedLUNdata *physdev_list, in figure_lunaddrbytes() argument
4165 return &physdev_list->LUN[i - in figure_lunaddrbytes()
4340 struct ReportExtendedLUNdata *physdev_list = NULL; in hpsa_update_scsi_devices() local
4356 physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()
4362 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4371 if (hpsa_gather_lun_info(h, physdev_list, &nphysicals, in hpsa_update_scsi_devices()
4390 hpsa_ext_ctrl_present(h, physdev_list); in hpsa_update_scsi_devices()
4427 i, nphysicals, nlogicals, physdev_list, logdev_list); in hpsa_update_scsi_devices()
4440 &physdev_list->LUN[phys_dev_index]); in hpsa_update_scsi_devices()
4500 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4502 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4513 physdev_list, phys_dev_index, in hpsa_update_scsi_devices()
4551 kfree(physdev_list); in hpsa_update_scsi_devices()