Lines Matching refs:new_deq
436 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring() local
452 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
453 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
454 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
456 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
642 union xhci_trb *new_deq; in xhci_move_dequeue_past_td() local
661 new_deq = ep_ring->dequeue; in xhci_move_dequeue_past_td()
671 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
677 if (new_deq == td->end_trb) in xhci_move_dequeue_past_td()
680 if (cycle_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()
681 link_trb_toggles_cycle(new_deq)) in xhci_move_dequeue_past_td()
684 next_trb(&new_seg, &new_deq); in xhci_move_dequeue_past_td()
687 if (new_deq == ep->ring->dequeue) { in xhci_move_dequeue_past_td()
695 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
698 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td()
727 ep->queued_deq_ptr = new_deq; in xhci_move_dequeue_past_td()