Searched refs:nphysicals (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.
1649 struct ReportLUNdata *physdev, u32 *nphysicals,
1656 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 8;
1657 if (*nphysicals > HPSA_MAX_PHYS_LUN) {
1660 *nphysicals - HPSA_MAX_PHYS_LUN);
1661 *nphysicals = HPSA_MAX_PHYS_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, in
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
1726 u32 nphysicals = 0; local
[all...]

Completed in 45 milliseconds