Home
last modified time | relevance | path

Searched refs:tw_timeout (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1537 tw->tw_timeout = ctrl_reqp->ctrl_timeout ? in ehci_insert_ctrl_req()
1730 tw->tw_timeout = bulk_reqp->bulk_timeout; in ehci_insert_bulk_req()
2149 tw->tw_timeout = intr_reqp->intr_timeout; in ehci_allocate_intr_resources()
3146 if (tw->tw_timeout) { in ehci_start_xfer_timer()
3264 tw->tw_timeout--; in ehci_xfer_timeout_handler()
3266 if (tw->tw_timeout <= 0) { in ehci_xfer_timeout_handler()
3621 tw->tw_timeout = (curr_intr_reqp->intr_attributes & in ehci_allocate_intr_in_resource()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h617 uint_t tw_timeout; /* Timeout value */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h621 int tw_timeout; /* Timeout value */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4815 tw->tw_timeout = ctrl_reqp->ctrl_timeout ? in ohci_insert_ctrl_req()
5007 tw->tw_timeout = bulk_reqp->bulk_timeout; in ohci_insert_bulk_req()
5437 tw->tw_timeout = intr_reqp->intr_timeout; in ohci_allocate_intr_resources()
7242 if (tw->tw_timeout) { in ohci_start_xfer_timer()
7248 tw->tw_timeout++; in ohci_start_xfer_timer()
7368 tw->tw_timeout--; in ohci_xfer_timeout_handler()
7374 if (tw->tw_timeout == 1) { in ohci_xfer_timeout_handler()
7383 if (tw->tw_timeout == 0) { in ohci_xfer_timeout_handler()
10120 tw->tw_timeout = (curr_intr_reqp->intr_attributes & in ohci_allocate_periodic_in_resource()