Searched refs:nlogicals (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 4112 * *nphysicals and *nlogicals, respectively. 4117 struct ReportLUNdata *logdev, u32 *nlogicals) in hpsa_gather_lun_info() 4133 *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8; in hpsa_gather_lun_info() 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() 4142 if (*nlogicals + *nphysicals > 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() 4153 int i, int nphysicals, int nlogicals, in figure_lunaddrbytes() 4115 hpsa_gather_lun_info(struct ctlr_info *h, struct ReportExtendedLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) hpsa_gather_lun_info() argument 4152 figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position, int i, int nphysicals, int nlogicals, struct ReportExtendedLUNdata *physdev_list, struct ReportLUNdata *logdev_list) figure_lunaddrbytes() argument 4349 u32 nlogicals = 0; hpsa_update_scsi_devices() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 4112 * *nphysicals and *nlogicals, respectively. 4117 struct ReportLUNdata *logdev, u32 *nlogicals) in hpsa_gather_lun_info() 4133 *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8; in hpsa_gather_lun_info() 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() 4142 if (*nlogicals + *nphysicals > 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() 4153 int i, int nphysicals, int nlogicals, in figure_lunaddrbytes() 4115 hpsa_gather_lun_info(struct ctlr_info *h, struct ReportExtendedLUNdata *physdev, u32 *nphysicals, struct ReportLUNdata *logdev, u32 *nlogicals) hpsa_gather_lun_info() argument 4152 figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position, int i, int nphysicals, int nlogicals, struct ReportExtendedLUNdata *physdev_list, struct ReportLUNdata *logdev_list) figure_lunaddrbytes() argument 4349 u32 nlogicals = 0; hpsa_update_scsi_devices() local [all...] |
Completed in 17 milliseconds