Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c525 tdsaAllShared->MaxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tiCOMInit()
2075 maxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tdsaLoLevelGetResource()
2186 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2192 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
2277 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2283 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
2368 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2374 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
2429 loResource->loLevelOption.usecsPerTick = usecsPerTick; in tdsaLoLevelGetResource()
2431 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
[all …]
H A 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-13.1/sys/dev/pms/freebsd/driver/common/
H A 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-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A 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-13.1/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h106 tiLoLevelOption_t loLevelOption; member