Home
last modified time | relevance | path

Searched refs:sc_soft_hdl (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/iwk/
H A Diwk2_var.h192 ddi_softint_handle_t sc_soft_hdl; member
H A Diwk2.c729 err = ddi_intr_add_softint(dip, &sc->sc_soft_hdl, DDI_INTR_SOFTPRI_MAX, in iwk_attach()
823 (void) ddi_intr_remove_softint(sc->sc_soft_hdl); in iwk_attach()
824 sc->sc_soft_hdl = NULL; in iwk_attach()
915 (void) ddi_intr_remove_softint(sc->sc_soft_hdl); in iwk_detach()
916 sc->sc_soft_hdl = NULL; in iwk_detach()
2501 if (sc->sc_soft_hdl == NULL) { in iwk_intr()
2533 (void) ddi_intr_trigger_softint(sc->sc_soft_hdl, NULL); in iwk_intr()
/titanic_44/usr/src/uts/common/io/iwh/
H A Diwh_var.h195 ddi_softint_handle_t sc_soft_hdl; member
H A Diwh.c855 err = ddi_intr_add_softint(dip, &sc->sc_soft_hdl, DDI_INTR_SOFTPRI_MAX, in iwh_attach()
953 (void) ddi_intr_remove_softint(sc->sc_soft_hdl); in iwh_attach()
954 sc->sc_soft_hdl = NULL; in iwh_attach()
1078 (void) ddi_intr_remove_softint(sc->sc_soft_hdl); in iwh_detach()
1079 sc->sc_soft_hdl = NULL; in iwh_detach()
2924 (void) ddi_intr_trigger_softint(sc->sc_soft_hdl, NULL); in iwh_intr()
/titanic_44/usr/src/uts/common/io/iwp/
H A Diwp_var.h213 ddi_softint_handle_t sc_soft_hdl; member
H A Diwp.c778 err = ddi_intr_add_softint(dip, &sc->sc_soft_hdl, DDI_INTR_SOFTPRI_MAX, in iwp_attach()
874 (void) ddi_intr_remove_softint(sc->sc_soft_hdl); in iwp_attach()
875 sc->sc_soft_hdl = NULL; in iwp_attach()
986 (void) ddi_intr_remove_softint(sc->sc_soft_hdl); in iwp_detach()
987 sc->sc_soft_hdl = NULL; in iwp_detach()
2821 (void) ddi_intr_trigger_softint(sc->sc_soft_hdl, NULL); in iwp_intr()