Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.c2980 struct ReportExtendedLUNdata *physdev_list, in figure_lunaddrbytes() argument
2995 return &physdev_list->LUN[i - in figure_lunaddrbytes()
3067 struct ReportExtendedLUNdata *physdev_list = NULL; in hpsa_update_scsi_devices() local
3081 physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()
3086 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()
3104 if (hpsa_gather_lun_info(h, physdev_list, &nphysicals, in hpsa_update_scsi_devices()
3144 i, nphysicals, nlogicals, physdev_list, logdev_list); in hpsa_update_scsi_devices()
3237 kfree(physdev_list); in hpsa_update_scsi_devices()