Home
last modified time | relevance | path

Searched refs:bStripeWitch (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dgui_lib.c621 pArray->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2()
670 pChild->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2()
706 pArray->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2()
760 capacity &= ~(pArray->u.array.bStripeWitch - 1); in hpt_create_array_v2()
786 pArray->VDeviceCapacity = rounddown2(capacity, pArray->u.array.bStripeWitch) * in hpt_create_array_v2()
853 pArray2->u.array.bStripeWitch = (1 << pArray2->u.array.bArBlockSizeShift); in old_add_disk_to_raid01()
H A Darray.h66 USHORT bStripeWitch; /* = (1 << BlockSizeShift) */ member