Home
last modified time | relevance | path

Searched refs:tmpreadDataNode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_dagffwr.c530 RF_DagNode_t *tmpNode, *tmpreadDataNode, *tmpreadParityNode; in rf_CommonCreateSmallWriteDAG() local
688 tmpreadDataNode = readDataNodes; in rf_CommonCreateSmallWriteDAG()
690 rf_InitNode(tmpreadDataNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
696 tmpreadDataNode->params[0].p = pda; in rf_CommonCreateSmallWriteDAG()
698tmpreadDataNode->params[1].p = rf_AllocBuffer(raidPtr, dag_h, pda->numSector << raidPtr->logBytesP… in rf_CommonCreateSmallWriteDAG()
699 tmpreadDataNode->params[2].v = parityStripeID; in rf_CommonCreateSmallWriteDAG()
700 tmpreadDataNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, in rf_CommonCreateSmallWriteDAG()
703 for (j = 0; j < tmpreadDataNode->numSuccedents; j++) { in rf_CommonCreateSmallWriteDAG()
704 tmpreadDataNode->propList[j] = NULL; in rf_CommonCreateSmallWriteDAG()
706 tmpreadDataNode = tmpreadDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
[all …]