Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1961 tw_list = tw->tw_next; in ehci_start_intr_polling()
1984 tw_list = tw->tw_next; in ehci_start_intr_polling()
2692 next_tw = next_tw->tw_next; in ehci_traverse_qtds()
3091 pp->pp_tw_tail->tw_next = tw; in ehci_create_transfer_wrapper()
3445 pp->pp_tw_head = tw->tw_next; in ehci_deallocate_tw()
3449 next = prev->tw_next; in ehci_deallocate_tw()
3453 next = next->tw_next; in ehci_deallocate_tw()
3457 prev->tw_next = next->tw_next; in ehci_deallocate_tw()
3501 next_tw = tw->tw_next; in ehci_free_dma_resources()
3790 next_tw = next_tw->tw_next; in ehci_wait_for_transfers_completion()
[all …]
H A Dehci_polled.c1966 next_tw = next_tw->tw_next; in ehci_polled_traverse_qtds()
2093 pp->pp_tw_tail->tw_next = tw; in ehci_polled_create_tw()
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1842 pp->pp_tw_tail->tw_next = tw; in uhci_create_transfer_wrapper()
1844 ASSERT(tw->tw_next == NULL); in uhci_create_transfer_wrapper()
2115 tw_head = tw_head->tw_next; in uhci_modify_td_active_bits()
2538 pp->pp_tw_head = head->tw_next; in uhci_deallocate_tw()
2543 while (head->tw_next != tw) in uhci_deallocate_tw()
2544 head = head->tw_next; in uhci_deallocate_tw()
2545 head->tw_next = tw->tw_next; in uhci_deallocate_tw()
2546 if (tw->tw_next == NULL) { in uhci_deallocate_tw()
2609 tw_head = tw_head->tw_next; in uhci_remove_tds_tws()
3950 pp->pp_tw_tail->tw_next = tw; in uhci_create_isoc_transfer_wrapper()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h361 struct uhci_trans_wrapper *tw_next; /* Next wrapper */ member
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5234 tw_list = tw->tw_next; in ohci_start_pipe_polling()
5257 tw_list = tw->tw_next; in ohci_start_pipe_polling()
5276 tw_list = tw->tw_next; in ohci_start_pipe_polling()
6572 next_tw = next_tw->tw_next; in ohci_done_list_tds()
6978 pp->pp_tw_tail->tw_next = tw; in ohci_create_transfer_wrapper()
7209 pp->pp_tw_tail->tw_next = tw; in ohci_create_isoc_transfer_wrapper()
7565 pp->pp_tw_head = tw->tw_next; in ohci_deallocate_tw_resources()
7569 next = prev->tw_next; in ohci_deallocate_tw_resources()
7573 next = next->tw_next; in ohci_deallocate_tw_resources()
7577 prev->tw_next = next->tw_next; in ohci_deallocate_tw_resources()
[all …]
H A Dohci_polled.c819 next_tw = curr_tw->tw_next; in ohci_polled_fini()
2199 pp->pp_tw_tail->tw_next = tw; in ohci_polled_create_tw()
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h585 struct ohci_trans_wrapper *tw_next; /* Next wrapper */ member
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h599 struct ehci_trans_wrapper *tw_next; /* Next wrapper */ member