Searched refs:bfe_intrhdl (Results 1 – 2 of 2) sorted by relevance
2456 (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()2952 if (ddi_intr_enable(bfe->bfe_intrhdl) != DDI_SUCCESS) { in bfe_attach()3004 (void) ddi_intr_disable(bfe->bfe_intrhdl); in bfe_detach()
312 ddi_intr_handle_t bfe_intrhdl; member