Searched refs:paramNum (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_dagdegwr.c | 159 int nNodes, nRrdNodes, nWndNodes, nXorBufs, i, j, paramNum, in rf_CommonCreateSimpleDegradedWriteDAG() local 423 paramNum = 0; in rf_CommonCreateSimpleDegradedWriteDAG() 427 xorNode->params[paramNum++] = rrdNodes[i].params[0]; in rf_CommonCreateSimpleDegradedWriteDAG() 428 xorNode->params[paramNum++] = rrdNodes[i].params[1]; in rf_CommonCreateSimpleDegradedWriteDAG() 443 xorNode->params[paramNum++].p = pda; in rf_CommonCreateSimpleDegradedWriteDAG() 444 xorNode->params[paramNum++].p = pda->bufPtr; in rf_CommonCreateSimpleDegradedWriteDAG() 453 xorNode->params[paramNum++].p = failedPDA; in rf_CommonCreateSimpleDegradedWriteDAG() 454 xorNode->params[paramNum++].p = failedPDA->bufPtr; in rf_CommonCreateSimpleDegradedWriteDAG() 462 xorNode->params[paramNum++].p = failedPDA; in rf_CommonCreateSimpleDegradedWriteDAG() 463 xorNode->params[paramNum++].p = raidPtr; in rf_CommonCreateSimpleDegradedWriteDAG() [all …]
|
| D | rf_dagdegrd.c | 270 int j, paramNum; in rf_CreateDegradedReadDAG() local 439 paramNum = 0; in rf_CreateDegradedReadDAG() 442 xorNode->params[paramNum++] = rrdNodes[i].params[0]; in rf_CreateDegradedReadDAG() 443 xorNode->params[paramNum++] = rrdNodes[i].params[1]; in rf_CreateDegradedReadDAG() 455 xorNode->params[paramNum++].p = pda; in rf_CreateDegradedReadDAG() 456 xorNode->params[paramNum++].p = pda->bufPtr; in rf_CreateDegradedReadDAG() 462 xorNode->params[paramNum++].p = parityPDA; in rf_CreateDegradedReadDAG() 463 xorNode->params[paramNum++].p = rpBuf; in rf_CreateDegradedReadDAG() 469 xorNode->params[paramNum++].p = failedPDA; in rf_CreateDegradedReadDAG() 470 xorNode->params[paramNum++].p = raidPtr; in rf_CreateDegradedReadDAG() [all …]
|
| D | rf_dag.h | 57 int paramNum; /* To parameter # paramNum. */ member
|
| D | rf_dagutils.c | 195 rf_MakePropListEntry(RF_DagHeader_t *dag_h, int resultNum, int paramNum, in rf_MakePropListEntry() argument 203 p->paramNum = paramNum; in rf_MakePropListEntry()
|