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.c767 ohci_trans_wrapper_t *curr_tw, *next_tw; local
818 curr_tw = next_tw;
819 next_tw = curr_tw->tw_next;
822 ohci_deallocate_tw_resources(ohcip, pp, curr_tw);
H A Dohci.c10707 ohci_trans_wrapper_t *curr_tw; local
10722 curr_tw = next_tw;
10723 next_tw = curr_tw->tw_next;
10725 curr_xfer_reqp = curr_tw->tw_curr_xfer_reqp;
10731 (curr_tw->tw_direction == HC_TD_IN)) {
10737 ohcip, pp, curr_tw);
10740 curr_tw, USB_CR_FLUSHED);
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c3985 ehci_trans_wrapper_t *curr_tw; local
3999 curr_tw = next_tw;
4000 next_tw = curr_tw->tw_next;
4002 curr_xfer_reqp = curr_tw->tw_curr_xfer_reqp;
4008 (curr_tw->tw_direction == EHCI_QTD_CTRL_IN_PID)) {
4014 ehcip, pp, curr_tw);
4016 ehci_hcdi_callback(ph, curr_tw, USB_CR_FLUSHED);

Completed in 89 milliseconds