Searched refs:ep_ring (Results 1 – 5 of 5) sorted by relevance
375 if (!ep_ring) in cdnsp_ring_doorbell_for_active_rings()378 if (!ep_ring->stream_active || ep_ring->stream_rejected) in cdnsp_ring_doorbell_for_active_rings()445 if (!ep_ring) in cdnsp_find_new_dequeue_state()661 ep_ring->deq_seg = ep_ring->deq_seg->next; in cdnsp_cmd_set_deq()662 ep_ring->dequeue = ep_ring->deq_seg->trbs; in cdnsp_cmd_set_deq()673 ep_ring->deq_seg = ep_ring->deq_seg->next; in cdnsp_cmd_set_deq()674 ep_ring->dequeue = ep_ring->deq_seg->trbs; in cdnsp_cmd_set_deq()1668 ep_ring->enq_seg = ep_ring->enq_seg->next; in cdnsp_prepare_ring()1669 ep_ring->enqueue = ep_ring->enq_seg->trbs; in cdnsp_prepare_ring()1683 if (!ep_ring) in cdnsp_prepare_transfer()[all …]
718 struct cdnsp_ring *ep_ring = pdev->eps[0].ring; in cdnsp_copy_ep0_dequeue_into_input_ctx() local721 dma = cdnsp_trb_virt_to_dma(ep_ring->enq_seg, ep_ring->enqueue); in cdnsp_copy_ep0_dequeue_into_input_ctx()722 ep0_ctx->deq = cpu_to_le64(dma | ep_ring->cycle_state); in cdnsp_copy_ep0_dequeue_into_input_ctx()
695 struct xhci_ring *ep_ring; in xhci_move_dequeue_past_td() local709 if (!ep_ring) { in xhci_move_dequeue_past_td()716 new_seg = ep_ring->deq_seg; in xhci_move_dequeue_past_td()717 new_deq = ep_ring->dequeue; in xhci_move_dequeue_past_td()1415 struct xhci_ring *ep_ring; in xhci_handle_cmd_set_deq() local1429 if (!ep_ring) { in xhci_handle_cmd_set_deq()2682 if (!ep_ring) in handle_tx_event()3295 if (last_trb_on_seg(ep_ring->enq_seg, ep_ring->enqueue)) { in prepare_ring()3320 if (!ep_ring) { in prepare_transfer()3762 if (!ep_ring) in xhci_queue_ctrl_tx()[all …]
1015 struct xhci_ring *ep_ring; in xhci_copy_ep0_dequeue_into_input_ctx() local1019 ep_ring = virt_dev->eps[0].ring; in xhci_copy_ep0_dequeue_into_input_ctx()1027 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx()1028 ep_ring->enqueue) in xhci_copy_ep0_dequeue_into_input_ctx()1029 | ep_ring->cycle_state); in xhci_copy_ep0_dequeue_into_input_ctx()1391 struct xhci_ring *ep_ring; in xhci_endpoint_init() local1463 ep_ring = virt_dev->eps[ep_index].new_ring; in xhci_endpoint_init()1473 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | in xhci_endpoint_init()1474 ep_ring->cycle_state); in xhci_endpoint_init()
1676 struct xhci_ring *ep_ring; in xhci_urb_dequeue() local1699 ep_ring = xhci_urb_to_transfer_ring(xhci, urb); in xhci_urb_dequeue()1700 if (!ep || !ep_ring) in xhci_urb_dequeue()1715 if (!td_on_ring(&urb_priv->td[0], ep_ring)) { in xhci_urb_dequeue()