Lines Matching refs:tdsaAllShared
97 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tdsaEsglInit() local
98 tdsaEsglAllInfo_t *pEsglAllInfo = (tdsaEsglAllInfo_t *)&(tdsaAllShared->EsglAllInfo); in tdsaEsglInit()
121 QueueConfig = &tdsaAllShared->QueueConfig; in tdsaEsglInit()
125 QueueConfig->inboundQueues[i].elementCount = tdsaAllShared->InboundQueueSize; in tdsaEsglInit()
126 QueueConfig->inboundQueues[i].elementSize = tdsaAllShared->InboundQueueEleSize; in tdsaEsglInit()
127 QueueConfig->inboundQueues[i].priority = tdsaAllShared->InboundQueuePriority[i]; in tdsaEsglInit()
132 QueueConfig->outboundQueues[i].elementCount = tdsaAllShared->OutboundQueueSize; in tdsaEsglInit()
133 QueueConfig->outboundQueues[i].elementSize = tdsaAllShared->OutboundQueueEleSize; in tdsaEsglInit()
134 …QueueConfig->outboundQueues[i].interruptDelay = tdsaAllShared->OutboundQueueInterruptDelay[i]; /* … in tdsaEsglInit()
135 …QueueConfig->outboundQueues[i].interruptCount = tdsaAllShared->OutboundQueueInterruptCount[i]; /* … in tdsaEsglInit()
153 SwConfig.param3 = (void *)&(tdsaAllShared->QueueConfig); in tdsaEsglInit()
158 …pEsglAllInfo->physAddrUpper = tdsaAllShared->loResource.loLevelMem.mem[memRequirement.count].physA… in tdsaEsglInit()
159 …pEsglAllInfo->physAddrLower = tdsaAllShared->loResource.loLevelMem.mem[memRequirement.count].physA… in tdsaEsglInit()
160 …pEsglAllInfo->virtPtr = tdsaAllShared->loResource.loLevelMem.mem[memRequirement.count].virtP… in tdsaEsglInit()
161 …pEsglAllInfo->NumEsglPages = tdsaAllShared->loResource.loLevelMem.mem[memRequirement.count].numEl… in tdsaEsglInit()
162 …pEsglAllInfo->EsglPageSize = tdsaAllShared->loResource.loLevelMem.mem[memRequirement.count].singl… in tdsaEsglInit()
167 …saAllShared->loResource.loLevelMem.mem[18].singleElementLength %d\n", tdsaAllShared->loResource.lo… in tdsaEsglInit()
273 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tdsaGetEsglPages() local
275 tdsaEsglAllInfo_t *pEsglAllInfo = &(tdsaAllShared->EsglAllInfo); in tdsaGetEsglPages()
430 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tdsaFreeEsglPages() local
431 tdsaEsglAllInfo_t *pEsglAllInfo = (tdsaEsglAllInfo_t *)&(tdsaAllShared->EsglAllInfo); in tdsaFreeEsglPages()