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.c2658 ehci_trans_wrapper_t *next_tw; in ehci_traverse_qtds() local
2668 next_tw = pp->pp_tw_head; in ehci_traverse_qtds()
2670 while (next_tw) { in ehci_traverse_qtds()
2672 ehci_stop_xfer_timer(ehcip, next_tw, EHCI_REMOVE_XFER_ALWAYS); in ehci_traverse_qtds()
2674 qtd = (ehci_qtd_t *)next_tw->tw_qtd_head; in ehci_traverse_qtds()
2690 next_tw = next_tw->tw_next; in ehci_traverse_qtds()
3486 ehci_trans_wrapper_t *next_tw, *tw; in ehci_free_dma_resources() local
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()
[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.c6519 ohci_trans_wrapper_t *next_tw; in ohci_done_list_tds() local
6528 next_tw = head_tw; in ohci_done_list_tds()
6529 while (next_tw) { in ohci_done_list_tds()
6530 head_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_done_list_tds()
6552 ohci_stop_xfer_timer(ohcip, next_tw, OHCI_REMOVE_XFER_ALWAYS); in ohci_done_list_tds()
6554 next_tw = next_tw->tw_next; in ohci_done_list_tds()
7581 ohci_trans_wrapper_t *next_tw, *tw; in ohci_free_dma_resources() local
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()
[all …]