Home
last modified time | relevance | path

Searched refs:StripeSize (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/mps/mpi/
H A Dmpi2_raid.h243 U32 StripeSize; /* 0x18 */ member
H A Dmpi2_cnfg.h1328 U32 StripeSize; /* 0x18 */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_raid.h257 U32 StripeSize; /* 0x18 */ member
H A Dmpi2_cnfg.h1794 U32 StripeSize; /* 0x18 */ member
/freebsd/usr.sbin/mptutil/
H A Dmpt_config.c565 vol->StripeSize = stripe_size / 512; in build_volume()
574 vol->StripeSize = stripe_size / 512; in build_volume()
1208 printf(" Stripe Size: %ld\n", (long)vol->StripeSize * 512); in dump_config()
H A Dmpt_show.c207 format_stripe(stripe, sizeof(stripe), info->StripeSize); in print_vol()
/freebsd/sys/dev/mps/
H A Dmps_config.c446 sc->DD_stripe_size = raid_vol_pg0->StripeSize; in mps_wd_config_pages()
453 stripe_size = raid_vol_pg0->StripeSize; in mps_wd_config_pages()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2302 U32 StripeSize; /* 18h */ member
/freebsd/sys/dev/mpt/
H A Dmpt.c3118 MPT_2_HOST32(volp, StripeSize); in mpt2host_config_page_raid_vol_0()