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