Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2189 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors; in tdsaLoLevelGetResource()
2192 …Resource: asking maxInterruptVectors(MSIX) %d \n", loResource->loLevelOption.maxInterruptVectors)); in tdsaLoLevelGetResource()
2280 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors; in tdsaLoLevelGetResource()
2283 …Resource: asking maxInterruptVectors(MSIX) %d \n", loResource->loLevelOption.maxInterruptVectors)); in tdsaLoLevelGetResource()
2371 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors; in tdsaLoLevelGetResource()
2374 …Resource: asking maxInterruptVectors(MSIX) %d \n", loResource->loLevelOption.maxInterruptVectors)); in tdsaLoLevelGetResource()
2434 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors; in tdsaLoLevelGetResource()
2437 …Resource: asking maxInterruptVectors(MSIX) %d \n", loResource->loLevelOption.maxInterruptVectors)); in tdsaLoLevelGetResource()
H A Dtdport.c3972 tdsaAllShared->SwConfig.max_MSIX_InterruptVectors = loResource->loLevelOption.maxInterruptVectors; in tiCOMPortInit()
4299 …uptVector = loResource->loLevelOption.maxInterruptVectors > 31 ? 31 : loResource->loLevelOption.ma… in tiCOMPortInit()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h94 bit32 maxInterruptVectors; member
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h449 U32 maxInterruptVectors; member
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1041 pmsc->pCardInfo->maxInterruptVectors = MAX_MSIX_NUM_VECTOR; in agtiapi_attach()
1140 maxInterruptVectors = pmsc->pCardInfo->maxInterruptVectors; in agtiapi_InitCardSW()
1142 pmsc->pCardInfo->maxInterruptVectors ); in agtiapi_InitCardSW()
4757 for (i = 0; i < pCard->pCardInfo->maxInterruptVectors; i++) in agtiapi_CheckAllVectors()