Searched refs:EP_HAS_STREAMS (Results 1 – 6 of 6) sorted by relevance
2884 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()2889 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()3262 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()3364 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()3527 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()3549 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()3640 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()3827 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()3832 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
465 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()512 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_virt_ep_to_ring()560 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()626 !(ep->ep_state & EP_HAS_STREAMS)) in xhci_move_dequeue_past_td()1116 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_stop_ep()1186 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()1418 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
475 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
946 #define EP_HAS_STREAMS (1 << 4) macro
661 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()
1068 #define EP_HAS_STREAMS (1 << 4) macro