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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1850 (pp->pp_tw_tail != NULL));
3089 pp->pp_tw_tail = tw;
3091 pp->pp_tw_tail->tw_next = tw;
3092 pp->pp_tw_tail = tw;
3435 * If pp->pp_tw_head and pp->pp_tw_tail are pointing to
3441 if (pp->pp_tw_tail == tw) {
3443 pp->pp_tw_tail = NULL;
3459 if (pp->pp_tw_tail == tw) {
3460 pp->pp_tw_tail = prev;
3511 pp->pp_tw_tail
[all...]
H A Dehci_polled.c2091 pp->pp_tw_tail = tw;
2093 pp->pp_tw_tail->tw_next = tw;
2094 pp->pp_tw_tail = tw;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h292 struct uhci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member in struct:uhci_pipe_private
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c2197 pp->pp_tw_tail = tw;
2199 pp->pp_tw_tail->tw_next = tw;
2200 pp->pp_tw_tail = tw;
H A Dohci.c5147 ASSERT((pp->pp_tw_head != NULL) && (pp->pp_tw_tail != NULL));
6976 pp->pp_tw_tail = tw;
6978 pp->pp_tw_tail->tw_next = tw;
6979 pp->pp_tw_tail = tw;
7207 pp->pp_tw_tail = tw;
7209 pp->pp_tw_tail->tw_next = tw;
7210 pp->pp_tw_tail = tw;
7555 * If pp->pp_tw_head and pp->pp_tw_tail are pointing to
7561 if (pp->pp_tw_tail == tw) {
7563 pp->pp_tw_tail
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h455 struct ohci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member in struct:ohci_pipe_private
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1840 pp->pp_tw_tail = tw;
1842 pp->pp_tw_tail->tw_next = tw;
1843 pp->pp_tw_tail = tw;
2540 pp->pp_tw_tail = NULL;
2547 pp->pp_tw_tail = head;
3948 pp->pp_tw_tail = tw;
3950 pp->pp_tw_tail->tw_next = tw;
3951 pp->pp_tw_tail = tw;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h440 struct ehci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member in struct:ehci_pipe_private

Completed in 86 milliseconds