HomeSort by: relevance | last modified time | path
    Searched defs:pda_q (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/raidframe/
rf_map.c 92 RF_PhysDiskAddr_t *pda_q; local in function:rf_MapAccess
226 pda_q = asm_p->qInfo = t_pda;
227 pda_q->type = RF_PDA_TYPE_Q;
231 &(pda_q->col), &(pda_q->startSector), remap);
232 pda_q->numSector = pda_p->numSector = layoutPtr->sectorsPerStripeUnit;
235 pda_q->raidAddress = rf_RaidAddressOfPrevStripeUnitBoundary(layoutPtr, startAddrWithinStripe);
238 rf_ASMCheckStatus(raidPtr, pda_q, asm_p, disks, 1);

Completed in 33 milliseconds