Searched refs:ex_intrh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c435 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);
[all...]
H A Delxl.h471 ddi_intr_handle_t ex_intrh; member in struct:ex_softc

Completed in 63 milliseconds