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

/drivers/scsi/
H A Dhpsa.c1764 * *nphysicals and *nlogicals, respectively.
1769 struct ReportLUNdata *physdev, u32 *nphysicals,
1776 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 8;
1777 if (*nphysicals > HPSA_MAX_PHYS_LUN) {
1780 *nphysicals - HPSA_MAX_PHYS_LUN);
1781 *nphysicals = HPSA_MAX_PHYS_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, in
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
1845 u32 nphysicals = 0; local
[all...]

Completed in 293 milliseconds