Searched refs:curr_tw (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 767 ohci_trans_wrapper_t *curr_tw, *next_tw; in ohci_polled_fini() local 818 curr_tw = next_tw; in ohci_polled_fini() 819 next_tw = curr_tw->tw_next; in ohci_polled_fini() 822 ohci_deallocate_tw_resources(ohcip, pp, curr_tw); in ohci_polled_fini()
|
H A D | ohci.c | 10707 ohci_trans_wrapper_t *curr_tw; in ohci_handle_outstanding_requests() local 10722 curr_tw = next_tw; in ohci_handle_outstanding_requests() 10723 next_tw = curr_tw->tw_next; in ohci_handle_outstanding_requests() 10725 curr_xfer_reqp = curr_tw->tw_curr_xfer_reqp; in ohci_handle_outstanding_requests() 10731 (curr_tw->tw_direction == HC_TD_IN)) { in ohci_handle_outstanding_requests() 10737 ohcip, pp, curr_tw); in ohci_handle_outstanding_requests() 10740 curr_tw, USB_CR_FLUSHED); in ohci_handle_outstanding_requests()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_xfer.c | 3985 ehci_trans_wrapper_t *curr_tw; in ehci_handle_outstanding_requests() local 3999 curr_tw = next_tw; in ehci_handle_outstanding_requests() 4000 next_tw = curr_tw->tw_next; in ehci_handle_outstanding_requests() 4002 curr_xfer_reqp = curr_tw->tw_curr_xfer_reqp; in ehci_handle_outstanding_requests() 4008 (curr_tw->tw_direction == EHCI_QTD_CTRL_IN_PID)) { in ehci_handle_outstanding_requests() 4014 ehcip, pp, curr_tw); in ehci_handle_outstanding_requests() 4016 ehci_hcdi_callback(ph, curr_tw, USB_CR_FLUSHED); in ehci_handle_outstanding_requests()
|