Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_dagffwr.c536 RF_DagNode_t *tmpwriteQNode, *tmpreadQNode, *tmpqNode, *readQNodes, in rf_CommonCreateSmallWriteDAG() local
962 tmpwriteQNode = writeQNodes; in rf_CommonCreateSmallWriteDAG()
965 rf_InitNode(tmpwriteQNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
970 tmpwriteQNode->params[0].p = pda; /* param 1 (bufPtr) in rf_CommonCreateSmallWriteDAG()
972 tmpwriteQNode->params[1].p = tmpqNode->results[0]; /* buffer pointer for in rf_CommonCreateSmallWriteDAG()
975 tmpwriteQNode->params[2].v = parityStripeID; in rf_CommonCreateSmallWriteDAG()
976 tmpwriteQNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, in rf_CommonCreateSmallWriteDAG()
979 tmpwriteQNode = tmpwriteQNode->list_next; in rf_CommonCreateSmallWriteDAG()
1134 tmpwriteQNode = writeQNodes; in rf_CommonCreateSmallWriteDAG()
1136 RF_ASSERT(tmpwriteQNode->numAntecedents == 1); in rf_CommonCreateSmallWriteDAG()
[all …]