Searched defs:nlogicals (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dhpsa.c1764 * *nphysicals and *nlogicals, respectively.
1770 struct ReportLUNdata *logdev, u32 *nlogicals)
1787 *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8;
1789 if (*nlogicals > HPSA_MAX_LUN) {
1793 *nlogicals - HPSA_MAX_LUN);
1794 *nlogicals = HPSA_MAX_LUN;
1796 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) {
1800 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN);
1801 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals;
1807 int nphysicals, int nlogicals, struc
1767 hpsa_gather_lun_info(struct ctlr_info *h, int reportlunsize, struct ReportLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) argument
1806 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
1846 u32 nlogicals = 0; local
[all...]

Completed in 61 milliseconds