Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhpsa.c3830 struct ReportExtendedLUNdata *physdev_list, in figure_lunaddrbytes() argument
3845 return &physdev_list->LUN[i - in figure_lunaddrbytes()
3946 struct ReportExtendedLUNdata *physdev_list = NULL; in hpsa_update_scsi_devices() local
3962 physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()
3968 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
3977 if (hpsa_gather_lun_info(h, physdev_list, &nphysicals, in hpsa_update_scsi_devices()
4031 i, nphysicals, nlogicals, physdev_list, logdev_list); in hpsa_update_scsi_devices()
4035 (physdev_list->LUN[phys_dev_index].device_flags & 0x01)) in hpsa_update_scsi_devices()
4111 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
4113 physdev_list, phys_dev_index, id_phys); in hpsa_update_scsi_devices()
[all …]