Lines Matching refs:totalLength

108   memoryRequirement->agMemory[LLROOT_MEM_INDEX].totalLength = sizeof(agsaLLRoot_t);
113 SA_DBG1(("saGetRequirements: agMemory[LLROOT_MEM_INDEX] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
115 memoryRequirement->agMemory[LLROOT_MEM_INDEX].totalLength,
122 memoryRequirement->agMemory[DEVICELINK_MEM_INDEX].totalLength = sizeof(agsaDeviceDesc_t)
127 SA_DBG1(("saGetRequirements: agMemory[DEVICELINK_MEM_INDEX] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
129 memoryRequirement->agMemory[DEVICELINK_MEM_INDEX].totalLength,
139 memoryRequirement->agMemory[IOREQLINK_MEM_INDEX].totalLength = sizeof(agsaIORequestDesc_t) *
145 SA_DBG1(("saGetRequirements: agMemory[IOREQLINK_MEM_INDEX] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
147 memoryRequirement->agMemory[IOREQLINK_MEM_INDEX].totalLength,
154 memoryRequirement->agMemory[TIMERLINK_MEM_INDEX].totalLength = sizeof(agsaTimerDesc_t) * NUM_TIMERS;
158 SA_DBG1(("saGetRequirements: agMemory[TIMERLINK_MEM_INDEX] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
160 memoryRequirement->agMemory[TIMERLINK_MEM_INDEX].totalLength,
169 memoryRequirement->agMemory[LL_FUNCTION_TRACE].totalLength = swConfig->TraceBufferSize;
174 SA_DBG1(("saGetRequirements: agMemory[LL_FUNCTION_TRACE] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
176 memoryRequirement->agMemory[LL_FUNCTION_TRACE].totalLength,
189 agMemory[LL_FAST_IO].totalLength = LL_FAST_IO_SIZE *
195 SA_DBG1(("saGetRequirements: agMemory[LL_FAST_IO] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
197 memoryRequirement->agMemory[LL_FAST_IO].totalLength,
211 agMemory[HDA_DMA_BUFFER].totalLength = agMemory[HDA_DMA_BUFFER].numElements *
216 SA_DBG1(("saGetRequirements: agMemory[HDA_DMA_BUFFER] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
218 memoryRequirement->agMemory[HDA_DMA_BUFFER].totalLength,
229 memoryRequirement->agMemory[memoryReqCount].totalLength = mpiMemoryRequirement.region[i].totalLength;
232 SA_DBG1(("saGetRequirements:MPI agMemory[%d] singleElementLength = 0x%x totalLength = 0x%x align = 0x%x type %x\n",
235 memoryRequirement->agMemory[memoryReqCount].totalLength,
373 && (0 == memoryAllocated->agMemory[i].totalLength) )
434 saRoot->TraceBufferLength = memoryAllocated->agMemory[LL_FUNCTION_TRACE].totalLength;
455 (agMemory[LL_FAST_IO].totalLength == agMemory[LL_FAST_IO].numElements *
737 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength);
743 saRoot->deviceLinkMem.totalLength,
781 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength);
788 saRoot->IORequestMem.totalLength,
825 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength);
831 saRoot->timerLinkMem.totalLength,
1005 mpiMemoryAllocated.region[i].totalLength = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].totalLength;
1015 memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].totalLength,
1020 i,mpiMemoryAllocated.region[i].virtPtr, mpiMemoryAllocated.region[i].totalLength));
1021 si_memset(mpiMemoryAllocated.region[i].virtPtr , 0,mpiMemoryAllocated.region[i].totalLength);
1981 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.eventLogSize)
1984 mIdx,memoryAllocated->region[mIdx].totalLength,config->mainConfig.eventLogSize));
2039 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.IOPeventLogSize)
2294 if( (memoryAllocated->region[mIdx].totalLength - memOffset < memSize) ||
2296 (0 == memoryAllocated->region[mIdx].totalLength))
2313 saRoot->inboundQueue[qIdx].memoryRegion.totalLength = memSize;
2402 if((memoryAllocated->region[mIdx].totalLength - memOffset < memSize) ||
2404 (0 == memoryAllocated->region[mIdx].totalLength))
2420 saRoot->outboundQueue[qIdx].memoryRegion.totalLength = memSize;
2765 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength);
2784 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength);
3827 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength);
3833 saRoot->deviceLinkMem.totalLength,
3867 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength);
3874 saRoot->IORequestMem.totalLength,
3911 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength);
3917 saRoot->timerLinkMem.totalLength,
4033 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength);
4043 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength);