Home
last modified time | relevance | path

Searched defs:_DRIVER_CAPABILITIES (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dhptintf.h268 typedef struct _DRIVER_CAPABILITIES { struct
269 DWORD dwSize;
271 UCHAR MaximumControllers; /* maximum controllers the driver can support */
272 UCHAR SupportCrossControllerRAID; /* 1-support, 0-not support */
273 UCHAR MinimumBlockSizeShift; /* minimum block size shift */
274 UCHAR MaximumBlockSizeShift; /* maximum block size shift */
276 UCHAR SupportDiskModeSetting;
277 UCHAR SupportSparePool;
278 UCHAR MaximumArrayNameLength;
281 UCHAR reserved: 4;
[all …]
/freebsd/sys/dev/hptrr/
H A Dhptintf.h340 typedef struct _DRIVER_CAPABILITIES { struct
341 HPT_U32 dwSize;
343 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
344 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
345 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
346 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
348 HPT_U8 SupportDiskModeSetting;
349 HPT_U8 SupportSparePool;
350 HPT_U8 MaximumArrayNameLength;
375 typedef struct _DRIVER_CAPABILITIES_V2 { argument
/freebsd/sys/dev/hptnr/
H A Dhptintf.h376 typedef struct _DRIVER_CAPABILITIES { struct
377 HPT_U32 dwSize;
379 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
380 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
381 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
382 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
384 HPT_U8 SupportDiskModeSetting;
385 HPT_U8 SupportSparePool;
386 HPT_U8 MaximumArrayNameLength;
389 HPT_U8 reserved: 2;
[all …]
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h380 typedef struct _DRIVER_CAPABILITIES { struct
381 HPT_U32 dwSize;
383 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
384 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
385 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
386 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
388 HPT_U8 SupportDiskModeSetting;
389 HPT_U8 SupportSparePool;
390 HPT_U8 MaximumArrayNameLength;
393 HPT_U8 reserved: 2;
[all …]