Lines Matching defs:_LOGICAL_DEVICE_INFO_V4
848 typedef struct _LOGICAL_DEVICE_INFO_V4 { struct
849 HPT_U32 dwSize;
850 HPT_U8 revision;
851 HPT_U8 reserved[7];
853 HPT_U8 Type; /* LDT_ARRAY or LDT_DEVICE */
854 HPT_U8 CachePolicy; /* refer to CACHE_POLICY_xxx */
855 HPT_U8 VBusId; /* vbus sequence in vbus_list */
856 HPT_U8 TargetId; /* OS target id. Value 0xFF is invalid */
858 HPT_U64 Capacity; /* array capacity */
859 DEVICEID ParentArray; /* for physical device, don't use this field.
862 HPT_U32 TotalIOs;
863 HPT_U32 TobalMBs;
864 HPT_U32 IOPerSec;
865 HPT_U32 MBPerSec;
867 union {
870 } __attribute__((packed)) u;