Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c196 ag_resource_info_t *pRscInfo; in agtiapi_InitResource() local
197 pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_InitResource()
198 pRscInfo->tiLoLevelResource.loLevelOption.pciFunctionNumber = in agtiapi_InitResource()
208 if (pRscInfo->tiLoLevelResource.loLevelMem.count != 0) { in agtiapi_InitResource()
213 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick = uSecPerTick; in agtiapi_InitResource()
217 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick ); in agtiapi_InitResource()
218 for( numVal = 0; numVal < pRscInfo->tiLoLevelResource.loLevelMem.count; in agtiapi_InitResource()
220 if( pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].totalLength == in agtiapi_InitResource()
227 if ( pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].alignment < in agtiapi_InitResource()
230 pRscInfo->tiLoLevelResource.loLevelMem.mem[numVal].alignment = in agtiapi_InitResource()
[all …]
H A Dlxencrypt.c152 ag_resource_info_t *pRscInfo = &pCardInfo->tiRscInfo; in show_dek_table_entry() local
159 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_1].virtPtr; in show_dek_table_entry()
161 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_2].virtPtr; in show_dek_table_entry()
371 ag_resource_info_t *pRscInfo = &pCard->pCardInfo->tiRscInfo; in agtiapi_AddDek() local
382 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_1].virtPtr; in agtiapi_AddDek()
385 pDekTable = pRscInfo->tiLoLevelResource.loLevelMem.mem[DEK_MEM_INDEX_2].virtPtr; in agtiapi_AddDek()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c722 ag_resource_info_t *pRscInfo; in agtiapi_attach() local
792 pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_attach()
848 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_attach()
943 &pRscInfo->tiLoLevelResource, in agtiapi_attach()
944 &pRscInfo->tiInitiatorResource, in agtiapi_attach()
946 &pRscInfo->tiSharedMem ); in agtiapi_attach()
1110 ag_resource_info_t *pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_InitCardSW() local
1133 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_InitCardSW()
1145 pRscInfo->tiLoLevelResource.loLevelOption.maxNumOSLocks = 0; in agtiapi_InitCardSW()
1158 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_InitCardSW()
[all …]