Lines Matching refs:new_seg
432 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local
449 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
451 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
453 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
638 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() local
657 new_seg = ep_ring->deq_seg; in xhci_move_dequeue_past_td()
668 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
681 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td()
692 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
695 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td()
723 ep->queued_deq_seg = new_seg; in xhci_move_dequeue_past_td()