Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/raidframe/
Drf_dagffwr.c536 RF_DagNode_t *tmpwriteQNode, *tmpreadQNode, *tmpqNode, *readQNodes, in rf_CommonCreateSmallWriteDAG() local
825 tmpqNode = qNodes; in rf_CommonCreateSmallWriteDAG()
847 rf_InitNode(tmpqNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
851 tmpqNode->params[0] = tmpreadDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
852 tmpqNode->params[1] = tmpreadDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
853 tmpqNode->params[2] = tmpreadQNode->params[0]; in rf_CommonCreateSmallWriteDAG()
854 tmpqNode->params[3] = tmpreadQNode->params[1]; in rf_CommonCreateSmallWriteDAG()
855 tmpqNode->params[4] = tmpwriteDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
856 tmpqNode->params[5] = tmpwriteDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
857 tmpqNode->params[6].p = raidPtr; in rf_CommonCreateSmallWriteDAG()
[all …]