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

/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c2191 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors;
2194 TI_DBG2(("tdsaLoLevelGetResource: asking max_MSI_InterruptVectors %d \n", loResource->loLevelOption.max_MSI_InterruptVectors));
2282 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors;
2285 TI_DBG2(("tdsaLoLevelGetResource: asking max_MSI_InterruptVectors %d \n", loResource->loLevelOption.max_MSI_InterruptVectors));
2373 loResource->loLevelOption.max_MSI_InterruptVectors = SwConfig.max_MSI_InterruptVectors;
[all...]
H A Dtdport.c3974 tdsaAllShared->SwConfig.max_MSI_InterruptVectors = loResource->loLevelOption.max_MSI_InterruptVectors;
3977 TI_DBG2(("tiCOMPortInit: got max_MSI_InterruptVectors %d \n", tdsaAllShared->SwConfig.max_MSI_InterruptVectors));
3983 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors == 0) &&
3987 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors == 0) &&
3991 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors != 0) &&
3995 (tdsaAllShared->SwConfig.max_MSI_InterruptVectors == 0) &&
4029 else if (tdsaAllShared->SwConfig.max_MSI_InterruptVectors != 0)
4031 QueueConfig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSI_InterruptVectors;
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h97 bit32 max_MSI_InterruptVectors; member in struct:tiLoLevelOption
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c266 swConfig->max_MSI_InterruptVectors = 32;
1025 if ((!swConfig->max_MSI_InterruptVectors) &&
1035 SA_DBG1(("saInitialize: swConfig->max_MSI_InterruptVectors %d\n",swConfig->max_MSI_InterruptVectors));
1038 if ((swConfig->legacyInt_X > 1) || (swConfig->max_MSI_InterruptVectors > 32) ||
1047 if ((swConfig->legacyInt_X) && (swConfig->max_MSI_InterruptVectors))
1063 else if ((swConfig->max_MSI_InterruptVectors) && (swConfig->max_MSIX_InterruptVectors))
1090 else if (swConfig->max_MSI_InterruptVectors)
1121 else if (swConfig->max_MSI_InterruptVectors)
1123 SA_DBG1(("saInitialize: SPC V max_MSI_InterruptVectors\
[all...]
H A Dsautil.c729 SA_DBG2(("sidump_swConfig:swConfig->max_MSI_InterruptVectors 0x%x\n",swConfig->max_MSI_InterruptVectors ));
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2334 bit32 max_MSI_InterruptVectors:8; /**< 10-18 Maximum MSI Interrupt Vectors */ member in struct:agsaSwConfig_s
/freebsd-10.2-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1158 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption.max_MSI_InterruptVectors = 0;

Completed in 75 milliseconds