Searched refs:SupportedRAIDTypes (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/hptmv/
H A Dgui_lib.c377 cap->SupportedRAIDTypes[0] = AT_RAID0;
380 cap->SupportedRAIDTypes[1] = AT_RAID1;
384 cap->SupportedRAIDTypes[2] = (AT_RAID1<<4)|AT_RAID0; /* RAID0/1 */
386 cap->SupportedRAIDTypes[2] = (AT_RAID0<<4)|AT_RAID1; /* RAID1/0 */
390 cap->SupportedRAIDTypes[3] = AT_JBOD;
394 cap->SupportedRAIDTypes[4] = AT_RAID5;
H A Dhptintf.h294 /* SupportedRAIDTypes is an array of bytes, one of each is an array type.
300 UCHAR SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
301 /* maximum members in an array corresponding to SupportedRAIDTypes */
/freebsd-10.2-release/sys/dev/hptrr/
H A Dhptintf.h369 HPT_U8 SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
370 /* maximum members in an array corresponding to SupportedRAIDTypes */
/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dhptintf.h411 HPT_U8 SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
412 /* maximum members in an array corresponding to SupportedRAIDTypes */
/freebsd-10.2-release/sys/dev/hptnr/
H A Dhptintf.h407 HPT_U8 SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
408 /* maximum members in an array corresponding to SupportedRAIDTypes */

Completed in 128 milliseconds