Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2456 (void) ddi_intr_remove_handler(bfe->bfe_intrhdl); in bfe_remove_intr()
2457 (void) ddi_intr_free(bfe->bfe_intrhdl); in bfe_remove_intr()
2469 ret = ddi_intr_alloc(bfe->bfe_dip, &bfe->bfe_intrhdl, in bfe_add_intr()
2482 ret = ddi_intr_add_handler(bfe->bfe_intrhdl, bfe_interrupt, bfe, NULL); in bfe_add_intr()
2485 (void) ddi_intr_free(bfe->bfe_intrhdl); in bfe_add_intr()
2489 ret = ddi_intr_get_pri(bfe->bfe_intrhdl, &bfe->bfe_intrpri); in bfe_add_intr()
2943 if (ddi_intr_enable(bfe->bfe_intrhdl) != DDI_SUCCESS) { in bfe_attach()
2995 (void) ddi_intr_disable(bfe->bfe_intrhdl); in bfe_detach()
H A Dbfe.h312 ddi_intr_handle_t bfe_intrhdl; member