Home
last modified time | relevance | path

Searched refs:loLevelOption (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdinit.c523 tdsaAllShared->MaxNumLocks = loResource->loLevelOption.numOfQueuesPerPort; in tiCOMInit()
525 tdsaAllShared->MaxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tiCOMInit()
583 tdsaAllShared->MaxNumLLLocks = loResource->loLevelOption.numOfQueuesPerPort - TD_MAX_LOCKS; in tiCOMInit()
2075 maxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tdsaLoLevelGetResource()
2184 …loResource->loLevelOption.usecsPerTick = MIN(MIN(usecsPerTick, dmUsecsPerTick), smUsecsPerTi… in tdsaLoLevelGetResource()
2185 …loResource->loLevelOption.numOfQueuesPerPort = maxQueueSets + dmMaxNumLocks + smMaxNumLocks + TD_M… in tdsaLoLevelGetResource()
2186 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2190 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors; in tdsaLoLevelGetResource()
2191 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors; in tdsaLoLevelGetResource()
2192 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
[all …]
Dtdport.c3973 tdsaAllShared->SwConfig.max_MSIX_InterruptVectors = loResource->loLevelOption.maxInterruptVectors; in tiCOMPortInit()
3974 …tdsaAllShared->SwConfig.max_MSI_InterruptVectors = loResource->loLevelOption.max_MSI_InterruptVect… in tiCOMPortInit()
3975 tdsaAllShared->SwConfig.legacyInt_X = loResource->loLevelOption.flag; in tiCOMPortInit()
4300 ….fatalErrorInterruptVector = loResource->loLevelOption.maxInterruptVectors > 31 ? 31 : loResource-… in tiCOMPortInit()
4304 …TI_DBG1(("tiCOMPortInit: loResource->loLevelOption.usecsPerTick %d\n", loResource->loLevelOption.u… in tiCOMPortInit()
4311 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
4313 …oLevelOption.usecsPerTick %d 0x%x\n", loResource->loLevelOption.usecsPerTick, loResource->loLevelO… in tiCOMPortInit()
4435 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
4480 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
4516 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
[all …]
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
Dlxutil.c199 pRscInfo->tiLoLevelResource.loLevelOption.pciFunctionNumber = in agtiapi_InitResource()
214 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick = uSecPerTick; in agtiapi_InitResource()
218 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick ); in agtiapi_InitResource()
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
Dagtiapi.c855 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_attach()
1144 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_InitCardSW()
1150 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption. in agtiapi_InitCardSW()
1154 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption.max_MSI_InterruptVectors = 0; in agtiapi_InitCardSW()
1155 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption.flag = 0; in agtiapi_InitCardSW()
1156 pRscInfo->tiLoLevelResource.loLevelOption.maxNumOSLocks = 0; in agtiapi_InitCardSW()
1169 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_InitCardSW()
1698 loLevelOption.usecsPerTick / USEC_PER_TICK; in agtiapi_alloc_requests()
5875 loLevelOption.usecsPerTick / USEC_PER_TICK; in agtiapi_TITimer()
6506 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_ReleaseHBA()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/api/
Dtitypes.h106 tiLoLevelOption_t loLevelOption; member