Home
last modified time | relevance | path

Searched refs:memOffset (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1859 bit32 memOffset; in mpiInitialize() local
2250 memOffset = 0; in mpiInitialize()
2293 if( (memoryAllocated->region[mIdx].totalLength - memOffset < memSize) || in mpiInitialize()
2309 (bit8 *)saRoot->inboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
2310 saRoot->inboundQueue[qIdx].memoryRegion.physAddrLower += memOffset; in mpiInitialize()
2343 memOffset += memSize; in mpiInitialize()
2350 memOffset = 0; in mpiInitialize()
2362 memOffset = 0; in mpiInitialize()
2401 if((memoryAllocated->region[mIdx].totalLength - memOffset < memSize) || in mpiInitialize()
2416 (bit8 *)saRoot->outboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
[all …]