Home
last modified time | relevance | path

Searched refs:next_tw (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c2668 next_tw = pp->pp_tw_head; in ehci_traverse_qtds()
2670 while (next_tw) { in ehci_traverse_qtds()
2690 next_tw = next_tw->tw_next; in ehci_traverse_qtds()
3494 next_tw = head_tw; in ehci_free_dma_resources()
3495 while (next_tw) { in ehci_free_dma_resources()
3496 tw = next_tw; in ehci_free_dma_resources()
3497 next_tw = tw->tw_next; in ehci_free_dma_resources()
3768 while (next_tw) { in ehci_wait_for_transfers_completion()
3786 next_tw = next_tw->tw_next; in ehci_wait_for_transfers_completion()
3994 while (next_tw) { in ehci_handle_outstanding_requests()
[all …]
H A Dehci_polled.c1941 ehci_trans_wrapper_t *next_tw; in ehci_polled_traverse_qtds() local
1946 next_tw = pp->pp_tw_head; in ehci_polled_traverse_qtds()
1948 while (next_tw) { in ehci_polled_traverse_qtds()
1949 qtd = (ehci_qtd_t *)next_tw->tw_qtd_head; in ehci_polled_traverse_qtds()
1966 next_tw = next_tw->tw_next; in ehci_polled_traverse_qtds()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c769 ohci_trans_wrapper_t *curr_tw, *next_tw; in ohci_polled_fini() local
802 next_tw = pp->pp_tw_head; in ohci_polled_fini()
804 while (next_tw) { in ohci_polled_fini()
805 next_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_polled_fini()
820 curr_tw = next_tw; in ohci_polled_fini()
821 next_tw = curr_tw->tw_next; in ohci_polled_fini()
H A Dohci.c6528 next_tw = head_tw; in ohci_done_list_tds()
6529 while (next_tw) { in ohci_done_list_tds()
6554 next_tw = next_tw->tw_next; in ohci_done_list_tds()
7589 next_tw = head_tw; in ohci_free_dma_resources()
7590 while (next_tw) { in ohci_free_dma_resources()
7591 tw = next_tw; in ohci_free_dma_resources()
10421 next_tw = head_tw; in ohci_wait_for_transfers_completion()
10422 while (next_tw) { in ohci_wait_for_transfers_completion()
10458 next_tw = next_tw->tw_next; in ohci_wait_for_transfers_completion()
10701 while (next_tw) { in ohci_handle_outstanding_requests()
[all …]