Lines Matching refs:new_deq
370 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring() local
386 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
387 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
388 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
390 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
576 union xhci_trb *new_deq; in xhci_move_dequeue_past_td() local
604 new_deq = ep_ring->enqueue; in xhci_move_dequeue_past_td()
616 new_deq = ep_ring->dequeue; in xhci_move_dequeue_past_td()
646 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
652 if (new_deq == td->last_trb) in xhci_move_dequeue_past_td()
655 if (cycle_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()
656 link_trb_toggles_cycle(new_deq)) in xhci_move_dequeue_past_td()
659 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td()
662 if (new_deq == ep->ring->dequeue) { in xhci_move_dequeue_past_td()
672 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
675 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td()
704 ep->queued_deq_ptr = new_deq; in xhci_move_dequeue_past_td()