Home
last modified time | relevance | path

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.c1959 tw_list = tw->tw_next; in ehci_start_intr_polling()
1982 tw_list = tw->tw_next; in ehci_start_intr_polling()
2690 next_tw = next_tw->tw_next; in ehci_traverse_qtds()
3087 pp->pp_tw_tail->tw_next = tw; in ehci_create_transfer_wrapper()
3441 pp->pp_tw_head = tw->tw_next; in ehci_deallocate_tw()
3445 next = prev->tw_next; in ehci_deallocate_tw()
3449 next = next->tw_next; in ehci_deallocate_tw()
3453 prev->tw_next = next->tw_next; in ehci_deallocate_tw()
3497 next_tw = tw->tw_next; in ehci_free_dma_resources()
3786 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()
/illumos-gate/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()
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()
3952 ASSERT(tw->tw_next == NULL); in uhci_create_isoc_transfer_wrapper()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h361 struct uhci_trans_wrapper *tw_next; /* Next wrapper */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5216 tw_list = tw->tw_next; in ohci_start_pipe_polling()
5239 tw_list = tw->tw_next; in ohci_start_pipe_polling()
5258 tw_list = tw->tw_next; in ohci_start_pipe_polling()
6554 next_tw = next_tw->tw_next; in ohci_done_list_tds()
6958 pp->pp_tw_tail->tw_next = tw; in ohci_create_transfer_wrapper()
7549 next = prev->tw_next; in ohci_deallocate_tw_resources()
7553 next = next->tw_next; in ohci_deallocate_tw_resources()
7557 prev->tw_next = next->tw_next; in ohci_deallocate_tw_resources()
7592 next_tw = tw->tw_next; in ohci_free_dma_resources()
10458 next_tw = next_tw->tw_next; in ohci_wait_for_transfers_completion()
[all …]
H A Dohci_polled.c821 next_tw = curr_tw->tw_next; in ohci_polled_fini()
2202 pp->pp_tw_tail->tw_next = tw; in ohci_polled_create_tw()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h585 struct ohci_trans_wrapper *tw_next; /* Next wrapper */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h600 struct ehci_trans_wrapper *tw_next; /* Next wrapper */ member