Home
last modified time | relevance | path

Searched refs:pRscInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
HDlxutil.c197 ag_resource_info_t *pRscInfo; in agtiapi_InitResource() local
198 pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_InitResource()
199 pRscInfo->tiLoLevelResource.loLevelOption.pciFunctionNumber = in agtiapi_InitResource()
209 if (pRscInfo->tiLoLevelResource.loLevelMem.count != 0) { in agtiapi_InitResource()
214 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick = uSecPerTick; in agtiapi_InitResource()
218 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick ); in agtiapi_InitResource()
219 for( numVal = 0; numVal < pRscInfo->tiLoLevelResource.loLevelMem.count; in agtiapi_InitResource()
221 if( pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].totalLength == in agtiapi_InitResource()
228 if ( pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].alignment < in agtiapi_InitResource()
231 pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].alignment = in agtiapi_InitResource()
[all …]
HDlxencrypt.c153 ag_resource_info_t *pRscInfo = &pCardInfo->tiRscInfo; in show_dek_table_entry() local
160 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_1].virtPtr; in show_dek_table_entry()
162 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_2].virtPtr; in show_dek_table_entry()
372 ag_resource_info_t *pRscInfo = &pCard->pCardInfo->tiRscInfo; in agtiapi_AddDek() local
383 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_1].virtPtr; in agtiapi_AddDek()
386 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_2].virtPtr; in agtiapi_AddDek()
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c732 ag_resource_info_t *pRscInfo; in agtiapi_attach() local
802 pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_attach()
858 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_attach()
952 &pRscInfo->tiLoLevelResource, in agtiapi_attach()
953 &pRscInfo->tiInitiatorResource, in agtiapi_attach()
955 &pRscInfo->tiSharedMem ); in agtiapi_attach()
1124 ag_resource_info_t *pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_InitCardSW() local
1147 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_InitCardSW()
1159 pRscInfo->tiLoLevelResource.loLevelOption.maxNumOSLocks = 0; in agtiapi_InitCardSW()
1172 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_InitCardSW()
[all …]