Searched refs:memoryAllocated (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c163 smMemoryRequirement_t *memoryAllocated,
187 SM_ASSERT((agNULL != memoryAllocated), "");
189 SM_ASSERT((SM_ROOT_MEM_INDEX < memoryAllocated->count), "");
190 SM_ASSERT((SM_DEVICE_MEM_INDEX < memoryAllocated->count), "");
191 SM_ASSERT((SM_IO_MEM_INDEX < memoryAllocated->count), "");
194 for ( i = 0; i < memoryAllocated->count; i ++ )
197 if (memoryAllocated->smMemory[i].singleElementLength &&
198 memoryAllocated->smMemory[i].numElements)
200 if ( (0 != memoryAllocated->smMemory[i].numElements)
201 && (0 == memoryAllocated
160 smInitialize( smRoot_t *smRoot, agsaRoot_t *agRoot, smMemoryRequirement_t *memoryAllocated, smSwConfig_t *swConfig, bit32 usecsPerTick ) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddminit.c219 dmMemoryRequirement_t *memoryAllocated,
245 DM_ASSERT((agNULL != memoryAllocated), "");
247 DM_ASSERT((DM_ROOT_MEM_INDEX < memoryAllocated->count), "");
248 DM_ASSERT((DM_PORT_MEM_INDEX < memoryAllocated->count), "");
249 DM_ASSERT((DM_DEVICE_MEM_INDEX < memoryAllocated->count), "");
250 DM_ASSERT((DM_EXPANDER_MEM_INDEX < memoryAllocated->count), "");
251 DM_ASSERT((DM_SMP_MEM_INDEX < memoryAllocated->count), "");
252 DM_ASSERT((DM_INDIRECT_SMP_MEM_INDEX < memoryAllocated->count), "");
255 for ( i = 0; i < memoryAllocated->count; i ++ )
258 if (memoryAllocated
216 dmInitialize( dmRoot_t *dmRoot, agsaRoot_t *agRoot, dmMemoryRequirement_t *memoryAllocated, dmSwConfig_t *swConfig, bit32 usecsPerTick ) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/api/
H A Ddmapi.h83 dmMemoryRequirement_t *memoryAllocated,
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c292 * \param memoryAllocated Point to the data structure that holds the different
305 agsaMemoryRequirement_t *memoryAllocated,
333 SA_ASSERT((agNULL != memoryAllocated), "");
336 SA_ASSERT((LLROOT_MEM_INDEX < memoryAllocated->count), "");
337 SA_ASSERT((DEVICELINK_MEM_INDEX < memoryAllocated->count), "");
338 SA_ASSERT((IOREQLINK_MEM_INDEX < memoryAllocated->count), "");
339 SA_ASSERT((TIMERLINK_MEM_INDEX < memoryAllocated->count), "");
366 for ( i = 0; i < memoryAllocated->count; i ++ )
369 if (memoryAllocated->agMemory[i].singleElementLength &&
370 memoryAllocated
303 saInitialize( agsaRoot_t *agRoot, agsaMemoryRequirement_t *memoryAllocated, agsaHwConfig_t *hwConfig, agsaSwConfig_t *swConfig, bit32 usecsPerTick ) argument
1839 mpiInitialize(agsaRoot_t *agRoot, mpiMemReq_t* memoryAllocated, mpiConfig_t* config) argument
3796 siInitResources(agsaRoot_t *agRoot, agsaMemoryRequirement_t *memoryAllocated, agsaHwConfig_t *hwConfig, agsaSwConfig_t *swConfig, bit32 usecsPerTick) argument
[all...]
H A Dsahw.c227 &saRoot->memoryAllocated,
262 &saRoot->memoryAllocated,
331 &saRoot->memoryAllocated,
489 &saRoot->memoryAllocated,
1944 for(i=0,biggest = 0,save = 0; i < saRoot->memoryAllocated.count; i++)
1946 if( saRoot->memoryAllocated.agMemory[i].totalLength > biggest)
1949 if(biggest < saRoot->memoryAllocated.agMemory[i].totalLength)
1952 biggest = saRoot->memoryAllocated.agMemory[i].totalLength;
1965 base_Hi = saRoot->memoryAllocated.agMemory[save].phyAddrUpper;
1966 base_Lo = saRoot->memoryAllocated
[all...]
H A Dsatypes.h250 agsaMemoryRequirement_t memoryAllocated; /**< SAS LL memory Allocation */ member in struct:agsaLLRoot_s
H A Dsaioctlcmd.c1358 eventLogInfo->eventLog1 = saRoot->memoryAllocated.agMemory[MPI_MEM_INDEX + MPI_EVENTLOG_INDEX];
1360 eventLogInfo->eventLog2 = saRoot->memoryAllocated.agMemory[MPI_MEM_INDEX + MPI_IOP_EVENTLOG_INDEX];
2713 biggest = saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].totalLength;
2727 if(saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].virtPtr)
2729 si_memset(saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].virtPtr, 0, biggest);
2766 ossaHwRegWriteExt(agRoot, pcibar, ErrorTableOffset + MPI_FATAL_EDUMP_TABLE_LO_OFFSET, saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].phyAddrLower);
2767 ossaHwRegWriteExt(agRoot, pcibar, ErrorTableOffset + MPI_FATAL_EDUMP_TABLE_HI_OFFSET, saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].phyAddrUpper);
2842 si_memcpy(forensicData->BufferType.dataBuf.directData, saRoot->memoryAllocated.agMemory[HDA_DMA_BUFFER].virtPtr,biggest);
H A Dsaproto.h60 mpiMemReq_t *memoryAllocated,
96 agsaMemoryRequirement_t *memoryAllocated,
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/api/
H A Dsmapi.h74 smMemoryRequirement_t *memoryAllocated,
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h92 agsaMemoryRequirement_t *memoryAllocated,

Completed in 108 milliseconds