Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c524 tdsaAllShared->MaxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tiCOMInit()
2074 maxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tdsaLoLevelGetResource()
2185 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2191 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
2276 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2282 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
2367 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2373 loResource->loLevelOption.flag = SwConfig.legacyInt_X; in tdsaLoLevelGetResource()
2428 loResource->loLevelOption.usecsPerTick = usecsPerTick; in tdsaLoLevelGetResource()
2430 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
[all …]
H A Dtdport.c3972 tdsaAllShared->SwConfig.max_MSIX_InterruptVectors = loResource->loLevelOption.maxInterruptVectors; in tiCOMPortInit()
3973 …tdsaAllShared->SwConfig.max_MSI_InterruptVectors = loResource->loLevelOption.max_MSI_InterruptVect… in tiCOMPortInit()
3974 tdsaAllShared->SwConfig.legacyInt_X = loResource->loLevelOption.flag; in tiCOMPortInit()
4299 ….fatalErrorInterruptVector = loResource->loLevelOption.maxInterruptVectors > 31 ? 31 : loResource-… in tiCOMPortInit()
4303 …TI_DBG1(("tiCOMPortInit: loResource->loLevelOption.usecsPerTick %d\n", loResource->loLevelOption.u… in tiCOMPortInit()
4310 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
4312 …oLevelOption.usecsPerTick %d 0x%x\n", loResource->loLevelOption.usecsPerTick, loResource->loLevelO… in tiCOMPortInit()
4434 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
4479 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
4515 loResource->loLevelOption.usecsPerTick); in tiCOMPortInit()
[all …]
/freebsd-14.2/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c198 pRscInfo->tiLoLevelResource.loLevelOption.pciFunctionNumber = in agtiapi_InitResource()
213 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick = uSecPerTick; in agtiapi_InitResource()
217 pRscInfo->tiLoLevelResource.loLevelOption.usecsPerTick ); in agtiapi_InitResource()
/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c848 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_attach()
1133 pRscInfo->tiLoLevelResource.loLevelOption.encryption = agTRUE; in agtiapi_InitCardSW()
1139 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption. in agtiapi_InitCardSW()
1143 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption.max_MSI_InterruptVectors = 0; in agtiapi_InitCardSW()
1144 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption.flag = 0; in agtiapi_InitCardSW()
1145 pRscInfo->tiLoLevelResource.loLevelOption.maxNumOSLocks = 0; in agtiapi_InitCardSW()
1158 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_InitCardSW()
1669 loLevelOption.usecsPerTick / USEC_PER_TICK; in agtiapi_alloc_requests()
5846 loLevelOption.usecsPerTick / USEC_PER_TICK; in agtiapi_TITimer()
6477 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_ReleaseHBA()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h105 tiLoLevelOption_t loLevelOption; member