Searched refs:HPSA_MAX_PHYS_LUN (Results 1 – 2 of 2) sorted by relevance
191 #define HPSA_MAX_PHYS_LUN 1024 macro193 #define HPSA_MAX_DEVICES (HPSA_MAX_PHYS_LUN + HPSA_MAX_LUN + \272 struct ext_report_lun_entry LUN[HPSA_MAX_PHYS_LUN];
3800 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()3802 HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()3803 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()3818 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()3821 "%d LUNs ignored.\n", HPSA_MAX_PHYS_LUN, in hpsa_gather_lun_info()3822 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()3823 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals; in hpsa_gather_lun_info()