Searched refs:nphysicals (Results 1 – 1 of 1) sorted by relevance
3519 u32 nphysicals; in hpsa_get_sas_address_from_report_physical() local3532 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()3534 for (i = 0; i < nphysicals; i++) in hpsa_get_sas_address_from_report_physical()3575 u32 nphysicals; in hpsa_ext_ctrl_present() local3581 nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1; in hpsa_ext_ctrl_present()3583 for (i = 0; i < nphysicals; i++) { in hpsa_ext_ctrl_present()4062 int i, int nphysicals, int nlocal_logicals) in figure_external_status() argument4067 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_external_status()4076 if ((i - nphysicals - (raid_ctlr_position == 0)) < nlocal_logicals) in figure_external_status()4089 struct ReportExtendedLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument[all …]