Searched refs:numVal (Results 1 – 2 of 2) sorted by relevance
195 U32 numVal; in agtiapi_InitResource() local218 for( numVal = 0; numVal < pRscInfo->tiLoLevelResource.loLevelMem.count; in agtiapi_InitResource()219 numVal++ ) { in agtiapi_InitResource()220 if( pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].totalLength == in agtiapi_InitResource()222 AGTIAPI_PRINTK("agtiapi_InitResource: skip ZERO %d\n", numVal); in agtiapi_InitResource()227 if ( pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].alignment < in agtiapi_InitResource()229 AGTIAPI_PRINTK("agtiapi_InitResource: set ALIGN %d\n", numVal); in agtiapi_InitResource()230 pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].alignment = in agtiapi_InitResource()233 if( ((pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].type in agtiapi_InitResource()235 ((pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].type in agtiapi_InitResource()[all …]
1205 U32 numVal; in agtiapi_InitCardHW() local1217 numVal = sizeof(ag_device_t) * pmsc->devDiscover; in agtiapi_InitCardHW()1218 pmsc->pDevList = malloc( numVal, M_PMC_MDVT, M_ZERO | M_WAITOK ); in agtiapi_InitCardHW()1221 numVal = sizeof(ag_slr_map_t) * pmsc->devDiscover; in agtiapi_InitCardHW()1222 pmsc->pSLRList = malloc( numVal, M_PMC_MSLR, M_ZERO | M_WAITOK ); in agtiapi_InitCardHW()1224 numVal = sizeof(ag_tgt_map_t) * pmsc->devDiscover; in agtiapi_InitCardHW()1225 pmsc->pWWNList = malloc( numVal, M_PMC_MTGT, M_ZERO | M_WAITOK ); in agtiapi_InitCardHW()