Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsainit.c1860 bit32 memOffset; in mpiInitialize() local
2251 memOffset = 0; in mpiInitialize()
2294 if( (memoryAllocated->region[mIdx].totalLength - memOffset < memSize) || in mpiInitialize()
2310 (bit8 *)saRoot->inboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
2311 saRoot->inboundQueue[qIdx].memoryRegion.physAddrLower += memOffset; in mpiInitialize()
2344 memOffset += memSize; in mpiInitialize()
2351 memOffset = 0; in mpiInitialize()
2363 memOffset = 0; in mpiInitialize()
2402 if((memoryAllocated->region[mIdx].totalLength - memOffset < memSize) || in mpiInitialize()
2417 (bit8 *)saRoot->outboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
[all …]