Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c786 static int BnxeGetInterruptCount(dev_info_t * pDev, int type, int intrTypes) in BnxeGetInterruptCount() argument
790 if (intrTypes & type) in BnxeGetInterruptCount()
1256 int intrTypes = 0; in BnxeIntrInit() local
1265 if ((rc = ddi_intr_get_supported_types(pDev, &intrTypes)) != DDI_SUCCESS) in BnxeIntrInit()
1271 numMSIX = BnxeGetInterruptCount(pDev, DDI_INTR_TYPE_MSIX, intrTypes); in BnxeIntrInit()
1272 numMSI = BnxeGetInterruptCount(pDev, DDI_INTR_TYPE_MSI, intrTypes); in BnxeIntrInit()
1273 numFIX = BnxeGetInterruptCount(pDev, DDI_INTR_TYPE_FIXED, intrTypes); in BnxeIntrInit()