Home
last modified time | relevance | path

Searched refs:nphysicals (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/scsi/
Dhpsa.c3540 u32 nphysicals; in hpsa_get_sas_address_from_report_physical() local
3553 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3555 for (i = 0; i < nphysicals; i++) in hpsa_get_sas_address_from_report_physical()
3596 u32 nphysicals; in hpsa_ext_ctrl_present() local
3602 nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1; in hpsa_ext_ctrl_present()
3604 for (i = 0; i < nphysicals; i++) { in hpsa_ext_ctrl_present()
4089 int i, int nphysicals, int nlocal_logicals) in figure_external_status() argument
4094 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_external_status()
4103 if ((i - nphysicals - (raid_ctlr_position == 0)) < nlocal_logicals) in figure_external_status()
4116 struct ReportExtendedLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument
[all …]