Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1850 (pp->pp_tw_tail != NULL)); in ehci_start_periodic_pipe_polling()
3089 pp->pp_tw_tail = tw; in ehci_create_transfer_wrapper()
3091 pp->pp_tw_tail->tw_next = tw; in ehci_create_transfer_wrapper()
3092 pp->pp_tw_tail = tw; in ehci_create_transfer_wrapper()
3441 if (pp->pp_tw_tail == tw) { in ehci_deallocate_tw()
3443 pp->pp_tw_tail = NULL; in ehci_deallocate_tw()
3459 if (pp->pp_tw_tail == tw) { in ehci_deallocate_tw()
3460 pp->pp_tw_tail = prev; in ehci_deallocate_tw()
3511 pp->pp_tw_tail = NULL; in ehci_free_dma_resources()
H A Dehci_polled.c2091 pp->pp_tw_tail = tw; in ehci_polled_create_tw()
2093 pp->pp_tw_tail->tw_next = tw; in ehci_polled_create_tw()
2094 pp->pp_tw_tail = tw; in ehci_polled_create_tw()
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h292 struct uhci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c2197 pp->pp_tw_tail = tw; in ohci_polled_create_tw()
2199 pp->pp_tw_tail->tw_next = tw; in ohci_polled_create_tw()
2200 pp->pp_tw_tail = tw; in ohci_polled_create_tw()
H A Dohci.c5147 ASSERT((pp->pp_tw_head != NULL) && (pp->pp_tw_tail != NULL)); in ohci_start_periodic_pipe_polling()
6976 pp->pp_tw_tail = tw; in ohci_create_transfer_wrapper()
6978 pp->pp_tw_tail->tw_next = tw; in ohci_create_transfer_wrapper()
6979 pp->pp_tw_tail = tw; in ohci_create_transfer_wrapper()
7207 pp->pp_tw_tail = tw; in ohci_create_isoc_transfer_wrapper()
7209 pp->pp_tw_tail->tw_next = tw; in ohci_create_isoc_transfer_wrapper()
7210 pp->pp_tw_tail = tw; in ohci_create_isoc_transfer_wrapper()
7561 if (pp->pp_tw_tail == tw) { in ohci_deallocate_tw_resources()
7563 pp->pp_tw_tail = NULL; in ohci_deallocate_tw_resources()
7579 if (pp->pp_tw_tail == tw) { in ohci_deallocate_tw_resources()
[all …]
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1840 pp->pp_tw_tail = tw; in uhci_create_transfer_wrapper()
1842 pp->pp_tw_tail->tw_next = tw; in uhci_create_transfer_wrapper()
1843 pp->pp_tw_tail = tw; in uhci_create_transfer_wrapper()
2540 pp->pp_tw_tail = NULL; in uhci_deallocate_tw()
2547 pp->pp_tw_tail = head; in uhci_deallocate_tw()
3948 pp->pp_tw_tail = tw; in uhci_create_isoc_transfer_wrapper()
3950 pp->pp_tw_tail->tw_next = tw; in uhci_create_isoc_transfer_wrapper()
3951 pp->pp_tw_tail = tw; in uhci_create_isoc_transfer_wrapper()
/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h455 struct ohci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member
/titanic_50/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h440 struct ehci_trans_wrapper *pp_tw_tail; /* Tail of the list */ member