Home
last modified time | relevance | path

Searched refs:max_MSI_InterruptVectors (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2190 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors; in tdsaLoLevelGetResource()
2193 …urce: asking max_MSI_InterruptVectors %d \n", loResource->loLevelOption.max_MSI_InterruptVectors)); in tdsaLoLevelGetResource()
2281 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors; in tdsaLoLevelGetResource()
2284 …urce: asking max_MSI_InterruptVectors %d \n", loResource->loLevelOption.max_MSI_InterruptVectors)); in tdsaLoLevelGetResource()
2372 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors; in tdsaLoLevelGetResource()
2375 …urce: asking max_MSI_InterruptVectors %d \n", loResource->loLevelOption.max_MSI_InterruptVectors)); in tdsaLoLevelGetResource()
2435 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors; in tdsaLoLevelGetResource()
2438 …urce: asking max_MSI_InterruptVectors %d \n", loResource->loLevelOption.max_MSI_InterruptVectors)); in tdsaLoLevelGetResource()
H A Dtdport.c3973 …tdsaAllShared->SwConfig.max_MSI_InterruptVectors = loResource->loLevelOption.max_MSI_InterruptVect… in tiCOMPortInit()
3976 …MPortInit: got max_MSI_InterruptVectors %d \n", tdsaAllShared->SwConfig.max_MSI_InterruptVectors)); in tiCOMPortInit()
3982 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors == 0) && in tiCOMPortInit()
3986 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors == 0) && in tiCOMPortInit()
3990 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors != 0) && in tiCOMPortInit()
3994 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors == 0) && in tiCOMPortInit()
4028 else if (tdsaAllShared->SwConfig.max_MSI_InterruptVectors != 0) in tiCOMPortInit()
4030 …fig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSI_InterruptVectors; in tiCOMPortInit()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h96 bit32 max_MSI_InterruptVectors; member
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c265 swConfig->max_MSI_InterruptVectors = 32; in saGetRequirements()
1024 if ((!swConfig->max_MSI_InterruptVectors) && in saInitialize()
1034 …DBG1(("saInitialize: swConfig->max_MSI_InterruptVectors %d\n",swConfig->max_MSI_InterruptVectors)); in saInitialize()
1037 if ((swConfig->legacyInt_X > 1) || (swConfig->max_MSI_InterruptVectors > 32) || in saInitialize()
1046 if ((swConfig->legacyInt_X) && (swConfig->max_MSI_InterruptVectors)) in saInitialize()
1062 else if ((swConfig->max_MSI_InterruptVectors) && (swConfig->max_MSIX_InterruptVectors)) in saInitialize()
1089 else if (swConfig->max_MSI_InterruptVectors) in saInitialize()
1120 else if (swConfig->max_MSI_InterruptVectors) in saInitialize()
1408 …G1(("saInitialize: swConfig->max_MSI_InterruptVectors %X\n",swConfig->max_MSI_InterruptVectors)); in saInitialize()
H A Dsautil.c728 …idump_swConfig:swConfig->max_MSI_InterruptVectors 0x%x\n",swConfig->max_MSI_InterruptVectors )); in sidump_swConfig()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2333 bit32 max_MSI_InterruptVectors:8; /**< 10-18 Maximum MSI Interrupt Vectors */ member
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1143 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption.max_MSI_InterruptVectors = 0; in agtiapi_InitCardSW()