Searched refs:EP_CLEARING_TT (Results 1 – 3 of 3) sorted by relevance
509 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()2189 !(ep->ep_state & EP_CLEARING_TT)) { in xhci_clear_hub_tt_buffer()2190 ep->ep_state |= EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()2193 ep->ep_state &= ~EP_CLEARING_TT; in xhci_clear_hub_tt_buffer()
1772 if (ep->ep_state & EP_CLEARING_TT) { in xhci_urb_dequeue()3133 if (ep->ep_state & EP_CLEARING_TT) { in xhci_endpoint_disable()5405 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_CLEARING_TT; in xhci_clear_tt_buffer_complete()
674 #define EP_CLEARING_TT (1 << 8) macro