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

/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 in struct:usba_hcdi
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c137 if (ddi_intr_add_softint(hcdi->hcdi_dip, &hcdi->hcdi_softint_hdl,
149 if (ddi_intr_get_softint_pri(hcdi->hcdi_softint_hdl, &soft_prip) !=
153 (void) ddi_intr_remove_softint(hcdi->hcdi_softint_hdl);
233 (void) ddi_intr_remove_softint(hcdi->hcdi_softint_hdl);
529 if (ddi_intr_trigger_softint(hcdi->hcdi_softint_hdl, NULL) !=

Completed in 57 milliseconds