Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dhpsa_cmd.h256 u8 LUNListLength[4]; member
278 u8 LUNListLength[4]; member
Dhpsa.c3553 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3602 nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1; in hpsa_ext_ctrl_present()
3813 nphys = be32_to_cpu(*((__be32 *)lbuf->LUNListLength)) / 8; in hpsa_scsi_do_report_phys_luns()
4123 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24; in hpsa_gather_lun_info()
4133 *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8; in hpsa_gather_lun_info()