Searched refs:deviceLinkMem (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h210 agsaMem_t deviceLinkMem; /**< Device Link System Memory */ member in struct:agsaLLRoot_s
H A Dsainit.c729 saRoot->deviceLinkMem = memoryAllocated->agMemory[DEVICELINK_MEM_INDEX];
730 if(agNULL == saRoot->deviceLinkMem.virtPtr)
732 SA_ASSERT(0, "deviceLinkMem");
737 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength);
738 SA_DBG2(("saInitialize: [%d] saRoot->deviceLinkMem VirtPtr=%p PhysicalLo=%x Count=%x Total=%x type %x\n",
740 saRoot->deviceLinkMem.virtPtr,
741 saRoot->deviceLinkMem.phyAddrLower,
742 saRoot->deviceLinkMem.numElements,
743 saRoot->deviceLinkMem
[all...]

Completed in 47 milliseconds