Lines Matching refs:pDev

254         ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED);  in BnxeServiceDefSbIntr()
267 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxeServiceDefSbIntr()
309 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxeServiceDefSbIntr()
325 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxeServiceDefSbIntr()
400 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxePollRxRing()
469 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxePollRxRingFCOE()
523 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxeServiceSbIntr()
617 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxeIntrISR()
786 static int BnxeGetInterruptCount(dev_info_t * pDev, int type, int intrTypes) in BnxeGetInterruptCount() argument
792 return (ddi_intr_get_nintrs(pDev, type, &nintrs) != DDI_SUCCESS) ? in BnxeGetInterruptCount()
806 dev_info_t * pDev = pUM->pDev; in BnxeIntrBlockAlloc() local
839 if ((rc = ddi_intr_alloc(pDev, in BnxeIntrBlockAlloc()
1202 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxeIntrEnable()
1222 ddi_fm_service_impact(pUM->pDev, DDI_SERVICE_DEGRADED); in BnxeIntrDisable()
1255 dev_info_t * pDev; in BnxeIntrInit() local
1261 pDev = pUM->pDev; in BnxeIntrInit()
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()