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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.c1687 int nphysicals, int nlogicals, struct ReportLUNdata *physdev_list,
1702 return &physdev_list->LUN[i - (raid_ctlr_position == 0)][0];
1723 struct ReportLUNdata *physdev_list = NULL; local
1731 int reportlunsize = sizeof(*physdev_list) + HPSA_MAX_PHYS_LUN * 8;
1739 physdev_list = kzalloc(reportlunsize, GFP_KERNEL);
1744 if (!currentsd || !physdev_list || !logdev_list ||
1751 if (hpsa_gather_lun_info(h, reportlunsize, physdev_list, &nphysicals,
1784 i, nphysicals, nlogicals, physdev_list, logdev_list);
1865 kfree(physdev_list);
1686 figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position, int i, int nphysicals, int nlogicals, struct ReportLUNdata *physdev_list, struct ReportLUNdata *logdev_list) argument

Completed in 41 milliseconds