Searched refs:nphysicals (Results 1 – 1 of 1) sorted by relevance
3517 u32 nphysicals; in hpsa_get_sas_address_from_report_physical() local3530 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()3532 for (i = 0; i < nphysicals; i++) in hpsa_get_sas_address_from_report_physical()3573 u32 nphysicals; in hpsa_ext_ctrl_present() local3579 nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1; in hpsa_ext_ctrl_present()3581 for (i = 0; i < nphysicals; i++) { in hpsa_ext_ctrl_present()4064 int i, int nphysicals, int nlocal_logicals) in figure_external_status() argument4069 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_external_status()4078 if ((i - nphysicals - (raid_ctlr_position == 0)) < nlocal_logicals) in figure_external_status()4091 struct ReportExtendedLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument[all …]