Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c769 ohci_trans_wrapper_t *curr_tw, *next_tw; in ohci_polled_fini() local
820 curr_tw = next_tw; in ohci_polled_fini()
821 next_tw = curr_tw->tw_next; in ohci_polled_fini()
824 ohci_deallocate_tw_resources(ohcip, pp, curr_tw); in ohci_polled_fini()
H A Dohci.c10687 ohci_trans_wrapper_t *curr_tw; in ohci_handle_outstanding_requests() local
10702 curr_tw = next_tw; in ohci_handle_outstanding_requests()
10703 next_tw = curr_tw->tw_next; in ohci_handle_outstanding_requests()
10705 curr_xfer_reqp = curr_tw->tw_curr_xfer_reqp; in ohci_handle_outstanding_requests()
10711 (curr_tw->tw_direction == HC_TD_IN)) { in ohci_handle_outstanding_requests()
10717 ohcip, pp, curr_tw); in ohci_handle_outstanding_requests()
10720 curr_tw, USB_CR_FLUSHED); in ohci_handle_outstanding_requests()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3981 ehci_trans_wrapper_t *curr_tw; in ehci_handle_outstanding_requests() local
3995 curr_tw = next_tw; in ehci_handle_outstanding_requests()
3996 next_tw = curr_tw->tw_next; in ehci_handle_outstanding_requests()
3998 curr_xfer_reqp = curr_tw->tw_curr_xfer_reqp; in ehci_handle_outstanding_requests()
4004 (curr_tw->tw_direction == EHCI_QTD_CTRL_IN_PID)) { in ehci_handle_outstanding_requests()
4010 ehcip, pp, curr_tw); in ehci_handle_outstanding_requests()
4012 ehci_hcdi_callback(ph, curr_tw, USB_CR_FLUSHED); in ehci_handle_outstanding_requests()