Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c435 rv = ddi_intr_alloc(dip, &sc->ex_intrh, DDI_INTR_TYPE_FIXED, in elxl_add_intr()
443 if (ddi_intr_get_pri(sc->ex_intrh, &ipri) != DDI_SUCCESS) { in elxl_add_intr()
448 if (ddi_intr_add_handler(sc->ex_intrh, elxl_intr, sc, NULL) != in elxl_add_intr()
451 (void) ddi_intr_free(sc->ex_intrh); in elxl_add_intr()
452 sc->ex_intrh = NULL; in elxl_add_intr()
584 (void) ddi_intr_enable(sc->ex_intrh); in elxl_attach()
1959 if (sc->ex_intrh != NULL) { in elxl_detach()
1960 (void) ddi_intr_disable(sc->ex_intrh); in elxl_detach()
1961 (void) ddi_intr_remove_handler(sc->ex_intrh); in elxl_detach()
1962 (void) ddi_intr_free(sc->ex_intrh); in elxl_detach()
H A Delxl.h471 ddi_intr_handle_t ex_intrh; member