Searched refs:EP_GETTING_STREAMS (Results 1 – 2 of 2) sorted by relevance
1407 EP_GETTING_STREAMS) { in xhci_urb_enqueue()3017 ep_state & EP_GETTING_STREAMS) { in xhci_check_streams_endpoint()3119 !(ep_state & EP_GETTING_STREAMS)) { in xhci_calculate_no_streams_bitmask()3219 vdev->eps[ep_index].ep_state |= EP_GETTING_STREAMS; in xhci_alloc_streams()3276 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()3296 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
913 #define EP_GETTING_STREAMS (1 << 3) macro