Searched refs:nlogicals (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.c1644 * *nphysicals and *nlogicals, respectively.
1650 struct ReportLUNdata *logdev, u32 *nlogicals)
1667 *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8;
1669 if (*nlogicals > HPSA_MAX_LUN) {
1673 *nlogicals - HPSA_MAX_LUN);
1674 *nlogicals = HPSA_MAX_LUN;
1676 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) {
1680 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN);
1681 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals;
1687 int nphysicals, int nlogicals, struc
1647 hpsa_gather_lun_info(struct ctlr_info *h, int reportlunsize, struct ReportLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) argument
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
1727 u32 nlogicals = 0; local
[all...]

Completed in 60 milliseconds