Lines Matching refs:physdev_list
4129 struct ReportExtendedLUNdata *physdev_list, in figure_lunaddrbytes() argument
4144 return &physdev_list->LUN[i - in figure_lunaddrbytes()
4311 struct ReportExtendedLUNdata *physdev_list = NULL; in hpsa_update_scsi_devices() local
4327 physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()
4333 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4342 if (hpsa_gather_lun_info(h, physdev_list, &nphysicals, in hpsa_update_scsi_devices()
4361 hpsa_ext_ctrl_present(h, physdev_list); in hpsa_update_scsi_devices()
4399 i, nphysicals, nlogicals, physdev_list, logdev_list); in hpsa_update_scsi_devices()
4411 &physdev_list->LUN[phys_dev_index]); in hpsa_update_scsi_devices()
4471 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4473 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4484 physdev_list, phys_dev_index, in hpsa_update_scsi_devices()
4522 kfree(physdev_list); in hpsa_update_scsi_devices()