Searched refs:nphysicals (Results 1 – 1 of 1) sorted by relevance
2856 u32 nphysicals = 0; /* number of reported physical devs */ in hpsa_get_pdisk_of_ioaccel2() local2908 nphysicals = be32_to_cpu(*((__be32 *)physicals->LUNListLength)) / in hpsa_get_pdisk_of_ioaccel2()2912 for (i = 0; i < nphysicals; i++) { in hpsa_get_pdisk_of_ioaccel2()2942 struct ReportExtendedLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument2949 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24; in hpsa_gather_lun_info()2950 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()2952 HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()2953 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()2968 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()2972 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()[all …]