Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.c2856 u32 nphysicals = 0; /* number of reported physical devs */ in hpsa_get_pdisk_of_ioaccel2() local
2908 nphysicals = be32_to_cpu(*((__be32 *)physicals->LUNListLength)) / in hpsa_get_pdisk_of_ioaccel2()
2912 for (i = 0; i < nphysicals; i++) { in hpsa_get_pdisk_of_ioaccel2()
2942 struct ReportExtendedLUNdata *physdev, u32 *nphysicals, in hpsa_gather_lun_info() argument
2949 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24; in hpsa_gather_lun_info()
2950 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
2952 HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
2953 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()
2968 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
2972 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
[all …]