Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c2660 ehci_trans_wrapper_t *next_tw; in ehci_traverse_qtds() local
2670 next_tw = pp->pp_tw_head; in ehci_traverse_qtds()
2672 while (next_tw) { in ehci_traverse_qtds()
2674 ehci_stop_xfer_timer(ehcip, next_tw, EHCI_REMOVE_XFER_ALWAYS); in ehci_traverse_qtds()
2676 qtd = (ehci_qtd_t *)next_tw->tw_qtd_head; in ehci_traverse_qtds()
2692 next_tw = next_tw->tw_next; in ehci_traverse_qtds()
3490 ehci_trans_wrapper_t *next_tw, *tw; in ehci_free_dma_resources() local
3498 next_tw = head_tw; in ehci_free_dma_resources()
3499 while (next_tw) { in ehci_free_dma_resources()
3500 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()
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c767 ohci_trans_wrapper_t *curr_tw, *next_tw; in ohci_polled_fini() local
800 next_tw = pp->pp_tw_head; in ohci_polled_fini()
802 while (next_tw) { in ohci_polled_fini()
803 next_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_polled_fini()
818 curr_tw = next_tw; in ohci_polled_fini()
819 next_tw = curr_tw->tw_next; in ohci_polled_fini()
H A Dohci.c6537 ohci_trans_wrapper_t *next_tw; in ohci_done_list_tds() local
6546 next_tw = head_tw; in ohci_done_list_tds()
6547 while (next_tw) { in ohci_done_list_tds()
6548 head_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_done_list_tds()
6570 ohci_stop_xfer_timer(ohcip, next_tw, OHCI_REMOVE_XFER_ALWAYS); in ohci_done_list_tds()
6572 next_tw = next_tw->tw_next; in ohci_done_list_tds()
7601 ohci_trans_wrapper_t *next_tw, *tw; in ohci_free_dma_resources() local
7609 next_tw = head_tw; in ohci_free_dma_resources()
7610 while (next_tw) { in ohci_free_dma_resources()
7611 tw = next_tw; in ohci_free_dma_resources()
[all …]