Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c152 if (ddi_intr_add_softint(hcdi->hcdi_dip, &hcdi->hcdi_softint_hdl, in usba_hcdi_register()
164 if (ddi_intr_get_softint_pri(hcdi->hcdi_softint_hdl, &soft_prip) != in usba_hcdi_register()
168 (void) ddi_intr_remove_softint(hcdi->hcdi_softint_hdl); in usba_hcdi_register()
248 (void) ddi_intr_remove_softint(hcdi->hcdi_softint_hdl); in usba_hcdi_unregister()
543 if (ddi_intr_trigger_softint(hcdi->hcdi_softint_hdl, NULL) != in usba_hcdi_cb()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dhcdi_impl.h50 ddi_softint_handle_t hcdi_softint_hdl; /* soft intr handle */ member