Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhpsa.c4154 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()
[all …]
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1285 struct report_phys_lun_16byte_wwid_list **physdev_list, in pqi_get_device_lists() argument
1295 rc = pqi_report_phys_luns(ctrl_info, (void **)physdev_list); in pqi_get_device_lists()
2368 struct report_phys_lun_16byte_wwid_list *physdev_list = NULL; in pqi_update_scsi_devices() local
2387 rc = pqi_get_device_lists(ctrl_info, &physdev_list, &logdev_list); in pqi_update_scsi_devices()
2391 if (physdev_list) in pqi_update_scsi_devices()
2393 get_unaligned_be32(&physdev_list->header.list_length) in pqi_update_scsi_devices()
2394 / sizeof(physdev_list->lun_entries[0]); in pqi_update_scsi_devices()
2422 phys_lun = &physdev_list->lun_entries[i]; in pqi_update_scsi_devices()
2468 phys_lun = &physdev_list->lun_entries[physical_index++]; in pqi_update_scsi_devices()
2560 kfree(physdev_list); in pqi_update_scsi_devices()