Searched refs:tw_next (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1961 tw_list = tw->tw_next;
1984 tw_list = tw->tw_next;
2692 next_tw = next_tw->tw_next;
3091 pp->pp_tw_tail->tw_next = tw;
3445 pp->pp_tw_head = tw->tw_next;
3449 next = prev->tw_next;
3453 next = next->tw_next;
3457 prev->tw_next = next->tw_next;
3501 next_tw = tw->tw_next;
[all...]
H A Dehci_polled.c1966 next_tw = next_tw->tw_next;
2093 pp->pp_tw_tail->tw_next = tw;
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1842 pp->pp_tw_tail->tw_next = tw;
1844 ASSERT(tw->tw_next == NULL);
2115 tw_head = tw_head->tw_next;
2538 pp->pp_tw_head = head->tw_next;
2543 while (head->tw_next != tw)
2544 head = head->tw_next;
2545 head->tw_next = tw->tw_next;
2546 if (tw->tw_next == NULL) {
2609 tw_head = tw_head->tw_next;
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h361 struct uhci_trans_wrapper *tw_next; /* Next wrapper */ member in struct:uhci_trans_wrapper
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h585 struct ohci_trans_wrapper *tw_next; /* Next wrapper */ member in struct:ohci_trans_wrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5234 tw_list = tw->tw_next;
5257 tw_list = tw->tw_next;
5276 tw_list = tw->tw_next;
6572 next_tw = next_tw->tw_next;
6978 pp->pp_tw_tail->tw_next = tw;
7209 pp->pp_tw_tail->tw_next = tw;
7565 pp->pp_tw_head = tw->tw_next;
7569 next = prev->tw_next;
7573 next = next->tw_next;
7577 prev->tw_next
[all...]
H A Dohci_polled.c819 next_tw = curr_tw->tw_next;
2199 pp->pp_tw_tail->tw_next = tw;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h599 struct ehci_trans_wrapper *tw_next; /* Next wrapper */ member in struct:ehci_trans_wrapper

Completed in 2277 milliseconds