Searched refs:nphysicals (Results 1 – 1 of 1) sorted by relevance
2807 u32 nphysicals = 0; /* number of reported physical devs */ in hpsa_get_pdisk_of_ioaccel2() local2860 nphysicals = be32_to_cpu(*((__be32 *)physicals->LUNListLength)) / in hpsa_get_pdisk_of_ioaccel2()2864 for (i = 0; i < nphysicals; i++) { in hpsa_get_pdisk_of_ioaccel2()2895 struct ReportLUNdata *physdev, u32 *nphysicals, int *physical_mode, in hpsa_gather_lun_info() argument2913 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / in hpsa_gather_lun_info()2915 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()2918 *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()2919 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()2934 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()2938 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()[all …]