Home
last modified time | relevance | path

Searched refs:nphysicals (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c3536 u32 nphysicals; in hpsa_get_sas_address_from_report_physical() local
3549 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3551 for (i = 0; i < nphysicals; i++) in hpsa_get_sas_address_from_report_physical()
3592 u32 nphysicals; in hpsa_ext_ctrl_present() local
3598 nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1; in hpsa_ext_ctrl_present()
3600 for (i = 0; i < nphysicals; i++) { in hpsa_ext_ctrl_present()
4089 int i, int nphysicals, int nlocal_logicals) in figure_external_status()
4094 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_external_status()
4103 if ((i - nphysicals - (raid_ctlr_position == 0)) < nlocal_logicals) in figure_external_status()
4112 * *nphysicals an
4088 figure_external_status(struct ctlr_info *h, int raid_ctlr_position, int i, int nphysicals, int nlocal_logicals) figure_external_status() argument
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
4348 u32 nphysicals = 0; hpsa_update_scsi_devices() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c3540 u32 nphysicals; in hpsa_get_sas_address_from_report_physical() local
3553 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3555 for (i = 0; i < nphysicals; i++) in hpsa_get_sas_address_from_report_physical()
3596 u32 nphysicals; in hpsa_ext_ctrl_present() local
3602 nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1; in hpsa_ext_ctrl_present()
3604 for (i = 0; i < nphysicals; i++) { in hpsa_ext_ctrl_present()
4089 int i, int nphysicals, int nlocal_logicals) in figure_external_status()
4094 int logicals_start = nphysicals + (raid_ctlr_position == 0); in figure_external_status()
4103 if ((i - nphysicals - (raid_ctlr_position == 0)) < nlocal_logicals) in figure_external_status()
4112 * *nphysicals an
4088 figure_external_status(struct ctlr_info *h, int raid_ctlr_position, int i, int nphysicals, int nlocal_logicals) figure_external_status() argument
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
4348 u32 nphysicals = 0; hpsa_update_scsi_devices() local
[all...]

Completed in 16 milliseconds