Searched refs:intrTypes (Results 1 – 1 of 1) sorted by relevance
786 static int BnxeGetInterruptCount(dev_info_t * pDev, int type, int intrTypes) in BnxeGetInterruptCount() argument790 if (intrTypes & type) in BnxeGetInterruptCount()1256 int intrTypes = 0; in BnxeIntrInit() local1265 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()