Lines Matching refs:RepIndex
285 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclusteredPQ() local
313 RepIndex = info->groupSize - 1 - TableID; in rf_MapSectorDeclusteredPQ()
314 RF_ASSERT(RepIndex >= 0); in rf_MapSectorDeclusteredPQ()
319 BlockOffset += ((BlockOffset >= RepIndex) ? 2 : 0); /* skip over PQ */ in rf_MapSectorDeclusteredPQ()
352 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclusteredPQ() local
375 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID; in rf_MapParityDeclusteredPQ()
376 *col = info->LayoutTable[BlockID][RepIndex]; in rf_MapParityDeclusteredPQ()
387 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU; in rf_MapParityDeclusteredPQ()
402 RF_StripeNum_t BlockID, RepIndex, RepIndexQ; in rf_MapQDeclusteredPQ() local
425 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID; in rf_MapQDeclusteredPQ()
426 RepIndexQ = ((RepIndex == (info->groupSize - 1)) ? 0 : RepIndex + 1); in rf_MapQDeclusteredPQ()