Home
last modified time | relevance | path

Searched refs:factotum_hdl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c2138 (void) ddi_intr_trigger_softint(ngep->factotum_hdl, NULL); in nge_wake_factotum()
2271 (void) ddi_intr_remove_softint(ngep->factotum_hdl); in nge_unattach()
2792 err = ddi_intr_add_softint(ngep->devinfo, &ngep->factotum_hdl, in nge_register_intrs_and_init_locks()
2800 if (ddi_intr_get_softint_pri(ngep->factotum_hdl, &soft_prip) in nge_register_intrs_and_init_locks()
H A Dnge.h703 ddi_softint_handle_t factotum_hdl; /* factotum callback */ member
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h386 ddi_softint_handle_t factotum_hdl; /* factotum callback */ member
H A Drge_main.c1477 (void) ddi_intr_remove_softint(rgep->factotum_hdl); in rge_unattach()
1709 err = ddi_intr_add_softint(devinfo, &rgep->factotum_hdl, in rge_attach()
H A Drge_chip.c1347 (void) ddi_intr_trigger_softint(rgep->factotum_hdl, NULL); in rge_wake_factotum()