Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss_cmd.h99 BYTE LUNListLength[4]; member
Dcciss_scsi.c1193 ch = &ld_buff->LUNListLength[0]; in cciss_update_non_disk_devices()
Dcciss.c2327 listlength = be32_to_cpu(*(__be32 *) ld_buff->LUNListLength); in rebuild_lun_table()
/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h247 u8 LUNListLength[4]; member
269 u8 LUNListLength[4]; member
Dhpsa.c3211 nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24; in hpsa_get_sas_address_from_report_physical()
3799 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24; in hpsa_gather_lun_info()
3809 *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8; in hpsa_gather_lun_info()