Searched refs:max_MSI_InterruptVectors (Results 1 – 7 of 7) sorted by relevance
2190 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()
3973 …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()
96 bit32 max_MSI_InterruptVectors; member
265 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()
728 …idump_swConfig:swConfig->max_MSI_InterruptVectors 0x%x\n",swConfig->max_MSI_InterruptVectors )); in sidump_swConfig()
2333 bit32 max_MSI_InterruptVectors:8; /**< 10-18 Maximum MSI Interrupt Vectors */ member
1143 thisCardInst->tiRscInfo.tiLoLevelResource.loLevelOption.max_MSI_InterruptVectors = 0; in agtiapi_InitCardSW()