Searched refs:nphysicals (Results 1 – 1 of 1) sorted by relevance
3536 u32 nphysicals; in hpsa_get_sas_address_from_report_physical() local3549 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()3551 for (i = 0; i < nphysicals; i++) in hpsa_get_sas_address_from_report_physical()3592 u32 nphysicals; in hpsa_ext_ctrl_present() local3598 nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1; in hpsa_ext_ctrl_present()3600 for (i = 0; i < nphysicals; i++) { in hpsa_ext_ctrl_present()4085 int i, int nphysicals, int nlocal_logicals) in figure_external_status() argument4090 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_external_status()4099 if ((i - nphysicals - (raid_ctlr_position == 0)) < nlocal_logicals) in figure_external_status()4112 struct ReportExtendedLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument[all …]