Searched refs:next_tw (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c2660 ehci_trans_wrapper_t *next_tw; local
2670 next_tw = pp->pp_tw_head;
2672 while (next_tw) {
2674 ehci_stop_xfer_timer(ehcip, next_tw, EHCI_REMOVE_XFER_ALWAYS);
2676 qtd = (ehci_qtd_t *)next_tw->tw_qtd_head;
2692 next_tw = next_tw->tw_next;
3490 ehci_trans_wrapper_t *next_tw, *tw; local
3498 next_tw = head_tw;
3499 while (next_tw) {
3755 ehci_trans_wrapper_t *next_tw = pp->pp_tw_head; local
3986 ehci_trans_wrapper_t *next_tw; local
[all...]
H A Dehci_polled.c1941 ehci_trans_wrapper_t *next_tw; local
1946 next_tw = pp->pp_tw_head;
1948 while (next_tw) {
1949 qtd = (ehci_qtd_t *)next_tw->tw_qtd_head;
1966 next_tw = next_tw->tw_next;
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c767 ohci_trans_wrapper_t *curr_tw, *next_tw; local
800 next_tw = pp->pp_tw_head;
802 while (next_tw) {
803 next_td = (ohci_td_t *)next_tw->tw_hctd_head;
818 curr_tw = next_tw;
819 next_tw = curr_tw->tw_next;
H A Dohci.c6537 ohci_trans_wrapper_t *next_tw; local
6546 next_tw = head_tw;
6547 while (next_tw) {
6548 head_td = (ohci_td_t *)next_tw->tw_hctd_head;
6570 ohci_stop_xfer_timer(ohcip, next_tw, OHCI_REMOVE_XFER_ALWAYS);
6572 next_tw = next_tw->tw_next;
7601 ohci_trans_wrapper_t *next_tw, *tw; local
7609 next_tw = head_tw;
7610 while (next_tw) {
10414 ohci_trans_wrapper_t *next_tw; local
10708 ohci_trans_wrapper_t *next_tw; local
[all...]

Completed in 69 milliseconds