Lines Matching refs:ep_state

1416 		if (xhci->devs[slot_id]->eps[ep_index].ep_state &  in xhci_urb_enqueue()
1421 } else if (xhci->devs[slot_id]->eps[ep_index].ep_state & in xhci_urb_enqueue()
1484 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_urb_to_transfer_ring()
1621 if (!(ep->ep_state & EP_HALT_PENDING)) { in xhci_urb_dequeue()
1627 ep->ep_state |= EP_HALT_PENDING; in xhci_urb_dequeue()
2734 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2739 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3010 unsigned int ep_state; in xhci_check_streams_endpoint() local
3025 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_check_streams_endpoint()
3026 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3027 ep_state & EP_GETTING_STREAMS) { in xhci_check_streams_endpoint()
3109 unsigned int ep_state; in xhci_calculate_no_streams_bitmask() local
3118 ep_state = xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_calculate_no_streams_bitmask()
3120 if (ep_state & EP_GETTING_NO_STREAMS) { in xhci_calculate_no_streams_bitmask()
3128 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3129 !(ep_state & EP_GETTING_STREAMS)) { in xhci_calculate_no_streams_bitmask()
3229 vdev->eps[ep_index].ep_state |= EP_GETTING_STREAMS; in xhci_alloc_streams()
3286 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
3289 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3306 vdev->eps[ep_index].ep_state &= ~EP_GETTING_STREAMS; in xhci_alloc_streams()
3307 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3364 xhci->devs[udev->slot_id]->eps[ep_index].ep_state |= in xhci_free_streams()
3397 vdev->eps[ep_index].ep_state &= ~EP_GETTING_NO_STREAMS; in xhci_free_streams()
3398 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3577 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3582 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
3651 virt_dev->eps[i].ep_state &= ~EP_HALT_PENDING; in xhci_free_dev()