Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhpsa.c4117 struct ReportLUNdata *logdev, u32 *nlogicals) in hpsa_gather_lun_info() argument
4135 if (*nlogicals > HPSA_MAX_LUN) { in hpsa_gather_lun_info()
4139 *nlogicals - HPSA_MAX_LUN); in hpsa_gather_lun_info()
4140 *nlogicals = HPSA_MAX_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()
4153 int i, int nphysicals, int nlogicals, in figure_lunaddrbytes() argument
4349 u32 nlogicals = 0; in hpsa_update_scsi_devices() local
4374 logdev_list, &nlogicals)) { in hpsa_update_scsi_devices()
4414 raid_ctlr_position = nphysicals + nlogicals; in hpsa_update_scsi_devices()
[all …]