Searched refs:nphysicals (Results 1 – 1 of 1) sorted by relevance
3198 u32 nphysicals; in hpsa_get_sas_address_from_report_physical() local3211 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()3213 for (i = 0; i < nphysicals; i++) in hpsa_get_sas_address_from_report_physical()3765 int i, int nphysicals, int nlocal_logicals) in figure_external_status() argument3770 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_external_status()3779 if ((i - nphysicals - (raid_ctlr_position == 0)) < nlocal_logicals) in figure_external_status()3792 struct ReportExtendedLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument3799 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24; in hpsa_gather_lun_info()3800 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()3802 HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()[all …]