Lines Matching refs:saRoot
135 agsaLLRoot_t *saRoot = agNULL; in siDumpActiveIORequests() local
141 saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in siDumpActiveIORequests()
142 SA_ASSERT((agNULL != saRoot), ""); in siDumpActiveIORequests()
164 for ( i = 0; i < saRoot->QueueConfig.numOutboundQueues; i++ ) in siDumpActiveIORequests()
166 circularQ = &saRoot->outboundQueue[i]; in siDumpActiveIORequests()
174 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siDumpActiveIORequests()
176 saRoot->timeTick, saRoot->usecsPerTick)); in siDumpActiveIORequests()
180 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siDumpActiveIORequests()
191 ((saRoot->timeTick - pRequestDesc->startTick)*saRoot->usecsPerTick)/1000000 )); in siDumpActiveIORequests()
219 agsaLLRoot_t *saRoot = agNULL; in siClearActiveIORequests() local
223 saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in siClearActiveIORequests()
224 SA_ASSERT((agNULL != saRoot), ""); in siClearActiveIORequests()
226 if(saRoot) in siClearActiveIORequests()
228 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siClearActiveIORequests()
230 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in siClearActiveIORequests()
232 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siClearActiveIORequests()
269 agsaLLRoot_t *saRoot = agNULL; in siClearActiveIORequestsOnDevice() local
273 saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in siClearActiveIORequestsOnDevice()
274 SA_ASSERT((agNULL != saRoot), ""); in siClearActiveIORequestsOnDevice()
276 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siClearActiveIORequestsOnDevice()
278 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in siClearActiveIORequestsOnDevice()
280 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siClearActiveIORequestsOnDevice()
320 agsaLLRoot_t *saRoot = agNULL; in siCountActiveIORequestsOnDevice() local
324 saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in siCountActiveIORequestsOnDevice()
325 SA_ASSERT((agNULL != saRoot), ""); in siCountActiveIORequestsOnDevice()
327 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in siCountActiveIORequestsOnDevice()
329 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in siCountActiveIORequestsOnDevice()
331 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in siCountActiveIORequestsOnDevice()
340 if(saRoot->ResetStartTick > pRequestDesc->startTick) in siCountActiveIORequestsOnDevice()
343 saRoot->ResetStartTick, pRequestDesc->startTick)); in siCountActiveIORequestsOnDevice()
374 agsaLLRoot_t *saRoot = agNULL; in saCountActiveIORequests() local
382 saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in saCountActiveIORequests()
383 if( saRoot == agNULL) in saCountActiveIORequests()
387 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), 0); in saCountActiveIORequests()
389 for ( j = 0; j < saRoot->swConfig.maxActiveIOs; j++ ) in saCountActiveIORequests()
391 pRequestDesc = (agsaIORequestDesc_t *) AGSAMEM_ELEMENT_READ(&(saRoot->IORequestMem), j); in saCountActiveIORequests()
396 if(saRoot->ResetStartTick > pRequestDesc->startTick) in saCountActiveIORequests()
399 saRoot->ResetStartTick, pRequestDesc->startTick)); in saCountActiveIORequests()
790 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in saGetLLCounters() local
796 LLCountInfo->arrayIOCounter[i] = saRoot->LLCounters.arrayIOCounter[i]; in saGetLLCounters()
821 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in saResetLLCounters() local
827 saRoot->LLCounters.arrayIOCounter[i] = 0; in saResetLLCounters()