Lines Matching refs:ex_intrh
435 rv = ddi_intr_alloc(dip, &sc->ex_intrh, DDI_INTR_TYPE_FIXED,
443 if (ddi_intr_get_pri(sc->ex_intrh, &ipri) != DDI_SUCCESS) {
448 if (ddi_intr_add_handler(sc->ex_intrh, elxl_intr, sc, NULL) !=
451 (void) ddi_intr_free(sc->ex_intrh);
452 sc->ex_intrh = NULL;
584 (void) ddi_intr_enable(sc->ex_intrh);
1959 if (sc->ex_intrh != NULL) {
1960 (void) ddi_intr_disable(sc->ex_intrh);
1961 (void) ddi_intr_remove_handler(sc->ex_intrh);
1962 (void) ddi_intr_free(sc->ex_intrh);