Home
last modified time | relevance | path

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

/Linux-v5.15/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.c3455 if (rle_index < 0 || rle_index >= HPSA_MAX_PHYS_LUN) in hpsa_get_enclosure_info()
4120 if (*nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
4122 HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
4123 *nphysicals = HPSA_MAX_PHYS_LUN; in hpsa_gather_lun_info()
4138 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { in hpsa_gather_lun_info()
4141 "%d LUNs ignored.\n", HPSA_MAX_PHYS_LUN, in hpsa_gather_lun_info()
4142 *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN); in hpsa_gather_lun_info()
4143 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals; in hpsa_gather_lun_info()
4184 if (rle_index < 0 || rle_index >= HPSA_MAX_PHYS_LUN) in hpsa_get_ioaccel_drive_info()
4213 if (rle_index < 0 || rle_index >= HPSA_MAX_PHYS_LUN) in hpsa_get_path_info()