Lines Matching refs:physdev_list
4154 struct ReportExtendedLUNdata *physdev_list, in figure_lunaddrbytes() argument
4169 return &physdev_list->LUN[i - in figure_lunaddrbytes()
4344 struct ReportExtendedLUNdata *physdev_list = NULL; in hpsa_update_scsi_devices() local
4359 physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()
4365 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4373 if (hpsa_gather_lun_info(h, physdev_list, &nphysicals, in hpsa_update_scsi_devices()
4392 hpsa_ext_ctrl_present(h, physdev_list); in hpsa_update_scsi_devices()
4429 i, nphysicals, nlogicals, physdev_list, logdev_list); in hpsa_update_scsi_devices()
4442 &physdev_list->LUN[phys_dev_index]); in hpsa_update_scsi_devices()
4502 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4504 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4515 physdev_list, phys_dev_index, in hpsa_update_scsi_devices()
4553 kfree(physdev_list); in hpsa_update_scsi_devices()