Home
last modified time | relevance | path

Searched refs:intrType (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c67 static inline char * BnxeIntrTypeName(int intrType) in BnxeIntrTypeName() argument
69 return (intrType == DDI_INTR_TYPE_MSIX) ? "MSIX" : in BnxeIntrTypeName()
70 (intrType == DDI_INTR_TYPE_MSI) ? "MSI" : in BnxeIntrTypeName()
71 (intrType == DDI_INTR_TYPE_FIXED) ? "FIXED" : in BnxeIntrTypeName()
811 if ((pUM->intrType == DDI_INTR_TYPE_FIXED) && (intrCnt != 1)) in BnxeIntrBlockAlloc()
841 pUM->intrType, in BnxeIntrBlockAlloc()
974 switch (pUM->intrType) in BnxeIntrAddHandlers()
1059 pUM->intrType); in BnxeIntrAddHandlers()
1289 pUM->intrType = DDI_INTR_TYPE_FIXED; in BnxeIntrInit()
1294 pUM->intrType = DDI_INTR_TYPE_MSIX; in BnxeIntrInit()
[all …]
H A Dbnxe_main.c727 (pUM->intrType == DDI_INTR_TYPE_FIXED) ? 1 : (pUM->defIntr.intrCount + in BnxeAttachDevice()
730 (pUM->intrType == DDI_INTR_TYPE_MSIX) ? "MSIX" : in BnxeAttachDevice()
731 (pUM->intrType == DDI_INTR_TYPE_MSI) ? "MSI" : in BnxeAttachDevice()
H A Dbnxe.h640 int intrType; member