Searched refs:HPSA_MAX_PHYS_LUN (Results 1 – 2 of 2) sorted by relevance
196 #define HPSA_MAX_PHYS_LUN 1024 macro198 #define HPSA_MAX_DEVICES (HPSA_MAX_PHYS_LUN + HPSA_MAX_LUN + \277 struct ext_report_lun_entry LUN[HPSA_MAX_PHYS_LUN];
4097 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()4099 HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()4100 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()4115 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()4118 "%d LUNs ignored.\n", HPSA_MAX_PHYS_LUN, in hpsa_gather_lun_info()4119 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()4120 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals; in hpsa_gather_lun_info()