Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_dagffwr.c533 RF_DagNode_t *tmpxorNode, *tmpwriteDataNode; in rf_CommonCreateSmallWriteDAG() local
760 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
763 rf_InitNode(tmpwriteDataNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
768 tmpwriteDataNode->params[0].p = pda; in rf_CommonCreateSmallWriteDAG()
770 tmpwriteDataNode->params[1].p = pda->bufPtr; in rf_CommonCreateSmallWriteDAG()
771 tmpwriteDataNode->params[2].v = parityStripeID; in rf_CommonCreateSmallWriteDAG()
772 tmpwriteDataNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, in rf_CommonCreateSmallWriteDAG()
775 tmpwriteDataNode = tmpwriteDataNode->list_next; in rf_CommonCreateSmallWriteDAG()
823 tmpwriteDataNode = writeDataNodes; in rf_CommonCreateSmallWriteDAG()
839 tmpxorNode->params[4] = tmpwriteDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
[all …]