Lines Matching refs:cacheIndex
278 if (thisCardInst->cacheIndex >= in agtiapi_InitResource()
282 thisCardInst->cacheIndex ); in agtiapi_InitResource()
286 &thisCardInst->tiCachedMem[thisCardInst->cacheIndex], in agtiapi_InitResource()
306 thisCardInst->cacheIndex++; in agtiapi_InitResource()
347 if( thisCardInst->cacheIndex >= in agtiapi_InitResource()
351 thisCardInst->cacheIndex ); in agtiapi_InitResource()
356 (void *)&thisCardInst->tiCachedMem[thisCardInst->cacheIndex], in agtiapi_InitResource()
381 thisCardInst->cacheIndex++; in agtiapi_InitResource()
432 if( thisCardInst->cacheIndex >= in agtiapi_InitResource()
435 AGTIAPI_PRINTK( "Invalid cacheIndex %d ERROR\n", thisCardInst->cacheIndex); in agtiapi_InitResource()
439 tiCachedMem[thisCardInst->cacheIndex], in agtiapi_InitResource()
459 thisCardInst->cacheIndex, in agtiapi_InitResource()
460 thisCardInst->tiCachedMem[thisCardInst->cacheIndex], in agtiapi_InitResource()
464 thisCardInst->cacheIndex++; in agtiapi_InitResource()
538 if( thisCardInst->cacheIndex >= in agtiapi_ScopeDMARes()
542 thisCardInst->cacheIndex ); in agtiapi_ScopeDMARes()
690 for( idx = 0; idx < pCardInfo->cacheIndex; idx++ ) { in agtiapi_MemFree()