Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss_cmd.h99 BYTE LUNListLength[4]; member
Dcciss_scsi.c1194 ch = &ld_buff->LUNListLength[0]; in cciss_update_non_disk_devices()
Dcciss.c2311 listlength = be32_to_cpu(*(__be32 *) ld_buff->LUNListLength); in rebuild_lun_table()
/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h235 u8 LUNListLength[4]; member
256 u8 LUNListLength[4]; member
Dhpsa.c2908 nphysicals = be32_to_cpu(*((__be32 *)physicals->LUNListLength)) / in hpsa_get_pdisk_of_ioaccel2()
2949 *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24; in hpsa_gather_lun_info()
2959 *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8; in hpsa_gather_lun_info()