Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c522 tdsaAllShared->MaxNumLocks = loResource->loLevelOption.numOfQueuesPerPort; in tiCOMInit()
524 tdsaAllShared->MaxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tiCOMInit()
582 tdsaAllShared->MaxNumLLLocks = loResource->loLevelOption.numOfQueuesPerPort - TD_MAX_LOCKS; in tiCOMInit()
2074 maxNumOSLocks = loResource->loLevelOption.maxNumOSLocks; in tdsaLoLevelGetResource()
2183 …loResource->loLevelOption.usecsPerTick = MIN(MIN(usecsPerTick, dmUsecsPerTick), smUsecsPerTi… in tdsaLoLevelGetResource()
2184 …loResource->loLevelOption.numOfQueuesPerPort = maxQueueSets + dmMaxNumLocks + smMaxNumLocks + TD_M… in tdsaLoLevelGetResource()
2185 loResource->loLevelOption.mutexLockUsage = tiOneMutexLockPerQueue; in tdsaLoLevelGetResource()
2189 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors; in tdsaLoLevelGetResource()
2190 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors; in tdsaLoLevelGetResource()
2191 loResource->loLevelOption.flag = SwConfig.legacyInt_X; 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/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/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()
6476 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_ReleaseHBA()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h105 tiLoLevelOption_t loLevelOption; member