Lines Matching defs:_LOGICAL_DEVICE_INFO_V4
1040 typedef struct _LOGICAL_DEVICE_INFO_V4 { struct
1041 HPT_U32 dwSize;
1042 HPT_U8 revision;
1043 HPT_U8 reserved[7];
1045 HPT_U8 Type; /* LDT_ARRAY or LDT_DEVICE */
1046 HPT_U8 CachePolicy; /* refer to CACHE_POLICY_xxx */
1047 HPT_U8 VBusId; /* vbus sequence in vbus_list */
1048 HPT_U8 TargetId; /* OS target id. Value 0xFF is invalid */
1050 HPT_U64 Capacity; /* array capacity */
1051 DEVICEID ParentArray; /* for physical device, don't use this field.
1054 HPT_U32 TotalIOs;
1055 HPT_U32 TobalMBs;
1056 HPT_U32 IOPerSec;
1057 HPT_U32 MBPerSec;
1059 union {
1062 } __attribute__((packed)) u;