Searched refs:HPSA_MAX_PHYS_LUN (Results 1 – 2 of 2) sorted by relevance
179 #define HPSA_MAX_PHYS_LUN 1024 macro181 #define HPSA_MAX_DEVICES (HPSA_MAX_PHYS_LUN + HPSA_MAX_LUN + \259 struct ext_report_lun_entry LUN[HPSA_MAX_PHYS_LUN];
2855 int reportsize = sizeof(*physicals) + HPSA_MAX_PHYS_LUN * responsesize; in hpsa_get_pdisk_of_ioaccel2()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()2971 "%d LUNs ignored.\n", HPSA_MAX_PHYS_LUN, in hpsa_gather_lun_info()2972 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()2973 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals; in hpsa_gather_lun_info()