Searched refs:logdev_list (Results 1 – 1 of 1) sorted by relevance
2981 struct ReportLUNdata *logdev_list) in figure_lunaddrbytes() argument2999 return &logdev_list->LUN[i - nphysicals - in figure_lunaddrbytes()3068 struct ReportLUNdata *logdev_list = NULL; in hpsa_update_scsi_devices() local3082 logdev_list = kzalloc(sizeof(*logdev_list), GFP_KERNEL); in hpsa_update_scsi_devices()3086 if (!currentsd || !physdev_list || !logdev_list || in hpsa_update_scsi_devices()3105 logdev_list, &nlogicals)) in hpsa_update_scsi_devices()3144 i, nphysicals, nlogicals, physdev_list, logdev_list); in hpsa_update_scsi_devices()3238 kfree(logdev_list); in hpsa_update_scsi_devices()