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

/freebsd-12-stable/sys/dev/hptmv/
H A Dgui_lib.c379 cap->SupportedRAIDTypes[0] = AT_RAID0;
382 cap->SupportedRAIDTypes[1] = AT_RAID1;
386 cap->SupportedRAIDTypes[2] = (AT_RAID1<<4)|AT_RAID0; /* RAID0/1 */
388 cap->SupportedRAIDTypes[2] = (AT_RAID0<<4)|AT_RAID1; /* RAID1/0 */
392 cap->SupportedRAIDTypes[3] = AT_JBOD;
396 cap->SupportedRAIDTypes[4] = AT_RAID5;
H A Dhptintf.h296 /* SupportedRAIDTypes is an array of bytes, one of each is an array type.
302 UCHAR SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
303 /* maximum members in an array corresponding to SupportedRAIDTypes */
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h371 HPT_U8 SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
372 /* maximum members in an array corresponding to SupportedRAIDTypes */
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h413 HPT_U8 SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
414 /* maximum members in an array corresponding to SupportedRAIDTypes */
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h409 HPT_U8 SupportedRAIDTypes[16]; member in struct:_DRIVER_CAPABILITIES
410 /* maximum members in an array corresponding to SupportedRAIDTypes */

Completed in 185 milliseconds