Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/raidframe/
Drf_compat32.c57 RF_SectorNum_t32 sectPerSU; /* sectors per stripe unit */ member
112 k_cfg->sectPerSU = k_cfg32->sectPerSU; in rf_config_netbsd32()
Drf_compat50.c52 RF_SectorNum_t sectPerSU; member
150 k_cfg->sectPerSU = k50_cfg->sectPerSU; in rf_config50()
Drf_compat80.c90 RF_SectorNum_t sectPerSU; /* sectors per stripe unit */ member
276 k_cfg->sectPerSU = k80_cfg->sectPerSU; in rf_config80()
Draidframevar.h330 RF_SectorNum_t sectPerSU; /* sectors per stripe unit */ member
437 int sectPerSU; /* Sectors per Stripe Unit */ member
Drf_dagfuncs.c531 int sectPerSU = raidPtr->Layout.sectorsPerStripeUnit; in rf_XorIntoBuffer() local
532 int SUOffset = pda->startSector % sectPerSU; in rf_XorIntoBuffer()
535 RF_ASSERT(pda->numSector <= sectPerSU); in rf_XorIntoBuffer()
Drf_layout.c410 layoutPtr->sectorsPerStripeUnit = cfgPtr->sectPerSU; in rf_ConfigureLayout()
Drf_netbsdkintf.c3261 clabel->sectPerSU, clabel->SUsPerPU, clabel->SUsPerRU); in rf_print_component_label()
3368 (clabel1->sectPerSU == clabel2->sectPerSU) && in rf_does_it_fit()
3505 config->sectPerSU = clabel->sectPerSU; in rf_create_configuration()
3636 clabel->sectPerSU = raidPtr->Layout.sectorsPerStripeUnit; in raid_init_component_label()
/netbsd/src/sbin/raidctl/
Draidctl.c725 component_label.sectPerSU, component_label.SUsPerPU, in rf_output_configuration()
835 component_label.sectPerSU, component_label.SUsPerPU, in get_component_label()
1287 cfg.sectPerSU = 64; in rf_simple_create()
1291 cfg.sectPerSU = 32; in rf_simple_create()
1294 cfg.sectPerSU = 16; in rf_simple_create()
1298 cfg.sectPerSU = 128; in rf_simple_create()
1302 cfg.sectPerSU = 64; in rf_simple_create()
1310 cfg.sectPerSU = 32; in rf_simple_create()
1314 cfg.sectPerSU = 16; in rf_simple_create()
Drf_configure.c329 cfgPtr->sectPerSU = (RF_SectorNum_t) aa; in rf_MakeConfig()