Searched refs:next_td (Results 1 – 3 of 3) sorted by relevance
76 UX_EHCI_TD *next_td; in _ux_hcd_ehci_ed_clean() local92 next_td = td -> ux_ehci_td_link_pointer; in _ux_hcd_ehci_ed_clean()93 next_td = (UX_EHCI_TD *) ((ULONG) next_td & ~UX_EHCI_TD_T); in _ux_hcd_ehci_ed_clean()94 next_td = _ux_utility_virtual_address(next_td); in _ux_hcd_ehci_ed_clean()99 td = next_td; in _ux_hcd_ehci_ed_clean()
86 UX_EHCI_TD *next_td; in _ux_hcd_ehci_asynch_td_process() local201 next_td = _ux_utility_virtual_address((VOID *) td_element); in _ux_hcd_ehci_asynch_td_process()207 ed -> ux_ehci_ed_first_td = next_td; in _ux_hcd_ehci_asynch_td_process()211 return(next_td); in _ux_hcd_ehci_asynch_td_process()
97 UX_OHCI_TD *next_td; in _ux_hcd_ohci_done_queue_process() local109 …next_td = _ux_utility_virtual_address((VOID *) ((ULONG) hcd_ohci -> ux_hcd_ohci_done_head & 0xfff… in _ux_hcd_ohci_done_queue_process()117 while (next_td != UX_NULL) in _ux_hcd_ohci_done_queue_process()120 td = next_td; in _ux_hcd_ohci_done_queue_process()121 next_td = _ux_utility_virtual_address(td -> ux_ohci_td_next_td); in _ux_hcd_ohci_done_queue_process()