Searched refs:queue_head (Results 1 – 2 of 2) sorted by relevance
85 UX_EHCI_LINK_POINTER queue_head; in _ux_hcd_ehci_asynchronous_endpoint_create() local161 queue_head.void_ptr = _ux_utility_physical_address(hcd_ehci -> ux_hcd_ehci_asynch_first_list); in _ux_hcd_ehci_asynchronous_endpoint_create()162 queue_head.value |= UX_EHCI_QH_TYP_QH; in _ux_hcd_ehci_asynchronous_endpoint_create()163 ed -> ux_ehci_ed_queue_head = queue_head.ed_ptr; in _ux_hcd_ehci_asynchronous_endpoint_create()167 queue_head.void_ptr = _ux_utility_physical_address(ed); in _ux_hcd_ehci_asynchronous_endpoint_create()168 queue_head.value |= UX_EHCI_QH_TYP_QH; in _ux_hcd_ehci_asynchronous_endpoint_create()169 hcd_ehci -> ux_hcd_ehci_asynch_last_list -> ux_ehci_ed_queue_head = queue_head.ed_ptr; in _ux_hcd_ehci_asynchronous_endpoint_create()
81 UX_EHCI_LINK_POINTER queue_head; in _ux_hcd_ehci_asynchronous_endpoint_destroy() local100 queue_head.void_ptr = _ux_utility_physical_address(next_ed); in _ux_hcd_ehci_asynchronous_endpoint_destroy()101 queue_head.value |= UX_EHCI_QH_TYP_QH; in _ux_hcd_ehci_asynchronous_endpoint_destroy()102 previous_ed -> ux_ehci_ed_queue_head = queue_head.ed_ptr; in _ux_hcd_ehci_asynchronous_endpoint_destroy()