Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/raidframe/
Drf_dagffwr.c537 *writeQNodes, *qNodes; in rf_CommonCreateSmallWriteDAG() local
662 qNodes = dag_h->nodes; in rf_CommonCreateSmallWriteDAG()
664 readQNodes = writeQNodes = qNodes = NULL; in rf_CommonCreateSmallWriteDAG()
825 tmpqNode = qNodes; in rf_CommonCreateSmallWriteDAG()
902 rf_InitNode(qNodes, rf_wait, RF_FALSE, qfunc, in rf_CommonCreateSmallWriteDAG()
910qNodes->params[2 * i + 0] = tmpreadDataNode->params[0]; /* pda */ in rf_CommonCreateSmallWriteDAG()
911qNodes->params[2 * i + 1] = tmpreadDataNode->params[1]; /* buffer ptr */ in rf_CommonCreateSmallWriteDAG()
915 qNodes->params[2 * numDataNodes + 0] = /* pda */ in rf_CommonCreateSmallWriteDAG()
917 qNodes->params[2 * numDataNodes + 1] = /* buffer ptr */ in rf_CommonCreateSmallWriteDAG()
922 qNodes->params[2 * (numDataNodes + 1 + i) + 0] = /* pda */ in rf_CommonCreateSmallWriteDAG()
[all …]