Searched refs:next_tw (Results 1 – 4 of 4) sorted by relevance
2660 ehci_trans_wrapper_t *next_tw; in ehci_traverse_qtds() local2670 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() local3498 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 …]
1941 ehci_trans_wrapper_t *next_tw; in ehci_polled_traverse_qtds() local1946 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()
767 ohci_trans_wrapper_t *curr_tw, *next_tw; in ohci_polled_fini() local800 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()
6537 ohci_trans_wrapper_t *next_tw; in ohci_done_list_tds() local6546 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() local7609 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 …]