Lines Matching refs:physdev_list
4127 struct ReportExtendedLUNdata *physdev_list, in figure_lunaddrbytes() argument
4142 return &physdev_list->LUN[i - in figure_lunaddrbytes()
4309 struct ReportExtendedLUNdata *physdev_list = NULL; in hpsa_update_scsi_devices() local
4325 physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()
4331 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4340 if (hpsa_gather_lun_info(h, physdev_list, &nphysicals, in hpsa_update_scsi_devices()
4359 hpsa_ext_ctrl_present(h, physdev_list); in hpsa_update_scsi_devices()
4397 i, nphysicals, nlogicals, physdev_list, logdev_list); in hpsa_update_scsi_devices()
4409 &physdev_list->LUN[phys_dev_index]); in hpsa_update_scsi_devices()
4469 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4471 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4482 physdev_list, phys_dev_index, in hpsa_update_scsi_devices()
4520 kfree(physdev_list); in hpsa_update_scsi_devices()