Home
last modified time | relevance | path

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

/drivers/scsi/
Dhpsa.c2807 u32 nphysicals = 0; /* number of reported physical devs */ in hpsa_get_pdisk_of_ioaccel2() local
2860 nphysicals = be32_to_cpu(*((__be32 *)physicals->LUNListLength)) / in hpsa_get_pdisk_of_ioaccel2()
2864 for (i = 0; i < nphysicals; i++) { in hpsa_get_pdisk_of_ioaccel2()
2895 struct ReportLUNdata *physdev, u32 *nphysicals, int *physical_mode, in hpsa_gather_lun_info() argument
2913 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / in hpsa_gather_lun_info()
2915 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
2918 *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
2919 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()
2934 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
2938 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
[all …]