Searched refs:mpiRequirementsGet (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h446 void mpiRequirementsGet(mpiConfig_t *config, mpiMemReq_t *memoryRequirement);
H A Dmpi.c55 /** \fn void mpiRequirementsGet(mpiConfig_t* config, mpiMemReq_t* memoryRequirement)
61 * The mpiRequirementsGet() function is used to determine the resource requirements
67 void mpiRequirementsGet(mpiConfig_t* config, mpiMemReq_t* memoryRequirement) function
71 SA_DBG2(("Entering function:mpiRequirementsGet\n"));
83 SA_DBG2(("mpiRequirementsGet:eventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap->count].totalLength ));
86 SA_DBG2(("mpiRequirementsGet:eventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap->count].totalLength ));
93 SA_DBG2(("mpiRequirementsGet:IOPeventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap->count].totalLength ));
102 SA_DBG2(("mpiRequirementsGet:numInboundQueues region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap->count].totalLength ));
111 SA_DBG2(("mpiRequirementsGet:numOutboundQueues region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap->count].totalLength ));
148 SA_DBG2(("mpiRequirementsGet
[all...]
H A Dsainit.c103 mpiRequirementsGet(&mpiConfig, &mpiMemoryRequirement);

Completed in 311 milliseconds