Home | History | Annotate | Download | only in raidframe

Lines Matching defs:failedPDA

279 	RF_PhysDiskAddr_t *failedPDA;
284 /* failedPDA points to the pda within the asm that targets the failed
286 failedPDA = asmap->failedPDAs[0];
306 rf_GenerateFailedAccessASMs(raidPtr, asmap, failedPDA, dag_h, new_asm_h, &nXorBufs,
372 if (pda == failedPDA) {
428 * sectorsPerSU) + (failedPDA->startSector % sectorsPerSU);
429 parityPDA->numSector = failedPDA->numSector;
461 rf_RangeRestrictPDA(raidPtr, failedPDA, pda, RF_RESTRICT_DOBUFFER, 0);
476 xorNode->params[paramNum++].p = failedPDA;
485 xorNode->results[0] = failedPDA->bufPtr;
486 memset(failedPDA->bufPtr, 0, rf_RaidAddressToByte(raidPtr,
487 failedPDA->numSector));
1053 RF_PhysDiskAddr_t *failedPDA = asmap->failedPDAs[0];
1132 if ((pda == failedPDA) || (pda == failedPDAtwo))
1171 recoveryNode->results[0] = failedPDA;