Searched refs:IORequestMem (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sautil.c | 174 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siDumpActiveIORequests() 180 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siDumpActiveIORequests() 228 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siClearActiveIORequests() 232 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siClearActiveIORequests() 276 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siClearActiveIORequestsOnDevice() 280 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siClearActiveIORequestsOnDevice() 327 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siCountActiveIORequestsOnDevice() 331 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siCountActiveIORequestsOnDevice() 387 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in saCountActiveIORequests() 391 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in saCountActiveIORequests()
|
| H A D | sainit.c | 779 saRoot->IORequestMem = memoryAllocated->agMemory[IOREQLINK_MEM_INDEX]; in saInitialize() 780 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in saInitialize() 784 saRoot->IORequestMem.virtPtr, in saInitialize() 785 saRoot->IORequestMem.phyAddrLower, in saInitialize() 786 saRoot->IORequestMem.numElements, in saInitialize() 787 saRoot->IORequestMem.totalLength, in saInitialize() 788 saRoot->IORequestMem.type)); in saInitialize() 796 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), i); in saInitialize() 3865 saRoot->IORequestMem = memoryAllocated->agMemory[IOREQLINK_MEM_INDEX]; in siInitResources() 3866 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in siInitResources() [all …]
|
| H A D | satypes.h | 212 agsaMem_t IORequestMem; /**< IO Request Link System Memory */ member
|