Lines Matching defs:pda
503 pda_0, buffer_0, .... pda_n, buffer_n, P pda, P buffer, failedPDA, raidPtr
510 * the second-to-last parameter is the PDA for the failed portion of the access.
511 * the code here looks at this PDA and assumes that the xor target buffer is
512 * equal in size to the number of sectors in the failed PDA. It then uses
537 RF_PhysDiskAddr_t *pda = NULL;
550 pda = (RF_PhysDiskAddr_t *) node->params[i].p;
552 suoffset = rf_StripeUnitOffset(layoutPtr, pda->startSector);
554 coeff = rf_RaidAddressToStripeUnitID(&(raidPtr->Layout), pda->raidAddress);
557 rf_IncQ((unsigned long *) destbuf, (unsigned long *) srcbuf, rf_RaidAddressToByte(raidPtr, pda->numSector), coeff);
561 rf_InvertQ(node->results[0], node->results[0], rf_RaidAddressToByte(raidPtr, pda->numSector), coeff);
582 (pda,buf),(pda,buf),.....,(failedPDA,bufPtr),failedPDA,raidPtr.