LUNListLength    3530 drivers/scsi/hpsa.c 	nphysicals = get_unaligned_be32(physdev->LUNListLength) / 24;
LUNListLength    3579 drivers/scsi/hpsa.c 	nphysicals = (get_unaligned_be32(physdev->LUNListLength) / 24) + 1;
LUNListLength    3783 drivers/scsi/hpsa.c 		nphys = be32_to_cpu(*((__be32 *)lbuf->LUNListLength)) / 8;
LUNListLength    4098 drivers/scsi/hpsa.c 	*nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24;
LUNListLength    4108 drivers/scsi/hpsa.c 	*nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8;
LUNListLength     252 drivers/scsi/hpsa_cmd.h 	u8 LUNListLength[4];
LUNListLength     274 drivers/scsi/hpsa_cmd.h 	u8 LUNListLength[4];