Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dhpsa.c4148 struct ReportExtendedLUNdata *physdev_list, in figure_lunaddrbytes() argument
4163 return &physdev_list->LUN[i - in figure_lunaddrbytes()
4338 struct ReportExtendedLUNdata *physdev_list = NULL; in hpsa_update_scsi_devices() local
4353 physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()
4359 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
4386 hpsa_ext_ctrl_present(h, physdev_list); in hpsa_update_scsi_devices()
4436 &physdev_list->LUN[phys_dev_index]); in hpsa_update_scsi_devices()
4496 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4498 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4509 physdev_list, phys_dev_index, in hpsa_update_scsi_devices()
[all …]
/linux-6.15/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1284 struct report_phys_lun_16byte_wwid_list **physdev_list, in pqi_get_device_lists() argument
1294 rc = pqi_report_phys_luns(ctrl_info, (void **)physdev_list); in pqi_get_device_lists()
2384 struct report_phys_lun_16byte_wwid_list *physdev_list = NULL; in pqi_update_scsi_devices() local
2403 rc = pqi_get_device_lists(ctrl_info, &physdev_list, &logdev_list); in pqi_update_scsi_devices()
2407 if (physdev_list) in pqi_update_scsi_devices()
2409 get_unaligned_be32(&physdev_list->header.list_length) in pqi_update_scsi_devices()
2410 / sizeof(physdev_list->lun_entries[0]); in pqi_update_scsi_devices()
2438 phys_lun = &physdev_list->lun_entries[i]; in pqi_update_scsi_devices()
2484 phys_lun = &physdev_list->lun_entries[physical_index++]; in pqi_update_scsi_devices()
2576 kfree(physdev_list); in pqi_update_scsi_devices()