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

/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h95 bit32 maxInterruptVectors; member in struct:tiLoLevelOption
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2190 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors;
2193 TI_DBG2(("tdsaLoLevelGetResource: asking maxInterruptVectors(MSIX) %d \n", loResource->loLevelOption.maxInterruptVectors));
2281 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors;
2284 TI_DBG2(("tdsaLoLevelGetResource: asking maxInterruptVectors(MSIX) %d \n", loResource->loLevelOption.maxInterruptVectors));
2372 loResource->loLevelOption.maxInterruptVectors = SwConfig.max_MSIX_InterruptVectors;
2375 TI_DBG2(("tdsaLoLevelGetResource: asking maxInterruptVectors(MSIX) %d \n", loResource->loLevelOption.maxInterruptVectors));
2435 loResource->loLevelOption.maxInterruptVectors
[all...]
H A Dtdport.c3973 tdsaAllShared->SwConfig.max_MSIX_InterruptVectors = loResource->loLevelOption.maxInterruptVectors;
4300 tdsaAllShared->SwConfig.fatalErrorInterruptVector = loResource->loLevelOption.maxInterruptVectors > 31 ? 31 : loResource->loLevelOption.maxInterruptVectors -1;
/freebsd-11.0-release/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h450 U32 maxInterruptVectors; member in struct:_ag_card_info
/freebsd-11.0-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1055 pmsc->pCardInfo->maxInterruptVectors = MAX_MSIX_NUM_VECTOR;
1154 maxInterruptVectors = pmsc->pCardInfo->maxInterruptVectors;
1155 AGTIAPI_PRINTK( "agtiapi_InitCardSW: maxInterruptVectors set to %d",
1156 pmsc->pCardInfo->maxInterruptVectors );
4802 for (i = 0; i < pCard->pCardInfo->maxInterruptVectors; i++)

Completed in 200 milliseconds