Home
last modified time | relevance | path

Searched refs:cacheIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c278 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()
[all …]
H A Dlxcommon.h423 U32 cacheIndex; member