Searched defs:intrType (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c67 static inline char * BnxeIntrTypeName(int intrType) argument
69 return (intrType == DDI_INTR_TYPE_MSIX) ? "MSIX" :
70 (intrType == DDI_INTR_TYPE_MSI) ? "MSI" :
71 (intrType == DDI_INTR_TYPE_FIXED) ? "FIXED" :
811 if ((pUM->intrType == DDI_INTR_TYPE_FIXED) && (intrCnt != 1))
841 pUM->intrType,
974 switch (pUM->intrType)
1059 pUM->intrType);
1289 pUM->intrType = DDI_INTR_TYPE_FIXED;
1294 pUM->intrType
[all...]
H A Dbnxe.h640 int intrType; member in struct:_um_device
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h137 int intrType; member in struct:vmxnet3_softc_t

Completed in 68 milliseconds