Lines Matching refs:physPtr
136 RF_PhysDiskAddr_t *physPtr; in rf_SelectAlgorithm() local
185 … for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
188 address = physPtr->raidAddress; in rf_SelectAlgorithm()
189 length = physPtr->numSector; in rf_SelectAlgorithm()
190 buffer = physPtr->bufPtr; in rf_SelectAlgorithm()
227 numBlocks = physPtr->numSector; in rf_SelectAlgorithm()
235 address = physPtr->raidAddress + k; in rf_SelectAlgorithm()
237 … buffer = (char *)physPtr->bufPtr + (k * (1 << raidPtr->logBytesPerSector)); in rf_SelectAlgorithm()
370 … for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
375 … for (k = 0; k < physPtr->numSector; k++) { in rf_SelectAlgorithm()
464 … for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) { in rf_SelectAlgorithm()
466 … numBlocks = physPtr->numSector; in rf_SelectAlgorithm()