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.c87 if (xep->xep_timeout != 0) { in xhci_endpoint_timeout_cancel()
89 (void) untimeout(xep->xep_timeout); in xhci_endpoint_timeout_cancel()
91 xep->xep_timeout = 0; in xhci_endpoint_timeout_cancel()
807 VERIFY3U(xep->xep_timeout, ==, 0); in xhci_endpoint_reopen()
977 xep->xep_timeout = 0; in xhci_endpoint_tick()
987 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
1001 xep->xep_timeout = 0; in xhci_endpoint_tick()
1008 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
1028 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
1063 xep->xep_timeout = timeout(xhci_endpoint_tick, xep, in xhci_endpoint_tick()
[all …]
H A Dxhci_usba.c1817 (void) untimeout(xep->xep_timeout); in xhci_hcdi_device_fini()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h563 timeout_id_t xep_timeout; member