Lines Matching refs:totalLength
107 memoryRequirement->agMemory[LLROOT_MEM_INDEX].totalLength = sizeof(agsaLLRoot_t); in saGetRequirements()
114 memoryRequirement->agMemory[LLROOT_MEM_INDEX].totalLength, in saGetRequirements()
121 memoryRequirement->agMemory[DEVICELINK_MEM_INDEX].totalLength = sizeof(agsaDeviceDesc_t) in saGetRequirements()
128 memoryRequirement->agMemory[DEVICELINK_MEM_INDEX].totalLength, in saGetRequirements()
138 memoryRequirement->agMemory[IOREQLINK_MEM_INDEX].totalLength = sizeof(agsaIORequestDesc_t) * in saGetRequirements()
146 memoryRequirement->agMemory[IOREQLINK_MEM_INDEX].totalLength, in saGetRequirements()
153 …memoryRequirement->agMemory[TIMERLINK_MEM_INDEX].totalLength = sizeof(agsaTimerDesc_t) * NUM_TIMER… in saGetRequirements()
159 memoryRequirement->agMemory[TIMERLINK_MEM_INDEX].totalLength, in saGetRequirements()
168 memoryRequirement->agMemory[LL_FUNCTION_TRACE].totalLength = swConfig->TraceBufferSize; in saGetRequirements()
175 memoryRequirement->agMemory[LL_FUNCTION_TRACE].totalLength, in saGetRequirements()
188 agMemory[LL_FAST_IO].totalLength = LL_FAST_IO_SIZE * in saGetRequirements()
196 memoryRequirement->agMemory[LL_FAST_IO].totalLength, in saGetRequirements()
210 agMemory[HDA_DMA_BUFFER].totalLength = agMemory[HDA_DMA_BUFFER].numElements * in saGetRequirements()
217 memoryRequirement->agMemory[HDA_DMA_BUFFER].totalLength, in saGetRequirements()
228 …memoryRequirement->agMemory[memoryReqCount].totalLength = mpiMemoryRequirement.region[i].t… in saGetRequirements()
234 memoryRequirement->agMemory[memoryReqCount].totalLength, in saGetRequirements()
372 && (0 == memoryAllocated->agMemory[i].totalLength) ) in saInitialize()
433 saRoot->TraceBufferLength = memoryAllocated->agMemory[LL_FUNCTION_TRACE].totalLength; in saInitialize()
454 (agMemory[LL_FAST_IO].totalLength == agMemory[LL_FAST_IO].numElements * in saInitialize()
736 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in saInitialize()
742 saRoot->deviceLinkMem.totalLength, in saInitialize()
780 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in saInitialize()
787 saRoot->IORequestMem.totalLength, in saInitialize()
824 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength); in saInitialize()
830 saRoot->timerLinkMem.totalLength, in saInitialize()
1004 …mpiMemoryAllocated.region[i].totalLength = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].tot… in saInitialize()
1014 memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].totalLength, in saInitialize()
1019 i,mpiMemoryAllocated.region[i].virtPtr, mpiMemoryAllocated.region[i].totalLength)); in saInitialize()
1020 si_memset(mpiMemoryAllocated.region[i].virtPtr , 0,mpiMemoryAllocated.region[i].totalLength); in saInitialize()
1980 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.eventLogSize) in mpiInitialize()
1983 mIdx,memoryAllocated->region[mIdx].totalLength,config->mainConfig.eventLogSize)); in mpiInitialize()
2038 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.IOPeventLogSize) in mpiInitialize()
2293 if( (memoryAllocated->region[mIdx].totalLength - memOffset < memSize) || in mpiInitialize()
2295 (0 == memoryAllocated->region[mIdx].totalLength)) in mpiInitialize()
2312 saRoot->inboundQueue[qIdx].memoryRegion.totalLength = memSize; in mpiInitialize()
2401 if((memoryAllocated->region[mIdx].totalLength - memOffset < memSize) || in mpiInitialize()
2403 (0 == memoryAllocated->region[mIdx].totalLength)) in mpiInitialize()
2419 saRoot->outboundQueue[qIdx].memoryRegion.totalLength = memSize; in mpiInitialize()
2764 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength); in mpiInitialize()
2783 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength); in mpiInitialize()
3826 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in siInitResources()
3832 saRoot->deviceLinkMem.totalLength, in siInitResources()
3866 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in siInitResources()
3873 saRoot->IORequestMem.totalLength, in siInitResources()
3910 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength); in siInitResources()
3916 saRoot->timerLinkMem.totalLength, in siInitResources()
4032 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength); in siInitResources()
4042 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength); in siInitResources()