Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhpsa_cmd.h202 #define HPSA_MAX_PHYS_LUN 1024 macro
204 #define HPSA_MAX_DEVICES (HPSA_MAX_PHYS_LUN + HPSA_MAX_LUN + \
281 struct ext_report_lun_entry LUN[HPSA_MAX_PHYS_LUN];
Dhpsa.c3459 if (rle_index < 0 || rle_index >= HPSA_MAX_PHYS_LUN) in hpsa_get_enclosure_info()
4124 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
4126 HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
4127 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()
4142 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
4145 "%d LUNs ignored.\n", HPSA_MAX_PHYS_LUN, in hpsa_gather_lun_info()
4146 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
4147 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals; in hpsa_gather_lun_info()
4188 if (rle_index < 0 || rle_index >= HPSA_MAX_PHYS_LUN) in hpsa_get_ioaccel_drive_info()
4217 if (rle_index < 0 || rle_index >= HPSA_MAX_PHYS_LUN) in hpsa_get_path_info()