Home
last modified time | relevance | path

Searched refs:xep_timeout (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c71 if (xep->xep_timeout != 0) { in xhci_endpoint_timeout_cancel()
73 (void) untimeout(xep->xep_timeout); in xhci_endpoint_timeout_cancel()
75 xep->xep_timeout = 0; in xhci_endpoint_timeout_cancel()
725 VERIFY3U(xep->xep_timeout, ==, 0); in xhci_endpoint_reinit()
895 xep->xep_timeout = 0; in xhci_endpoint_tick()
905 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
919 xep->xep_timeout = 0; in xhci_endpoint_tick()
926 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
946 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
981 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
[all …]
H A Dxhci_usba.c1751 (void) untimeout(xep->xep_timeout); in xhci_hcdi_device_fini()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h557 timeout_id_t xep_timeout; member