Lines Matching refs:new_seg
423 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg;
440 next_trb(xhci, NULL, &new_seg, &new_deq);
442 next_trb(xhci, NULL, &new_seg, &new_deq);
444 crcr = xhci_trb_virt_to_dma(new_seg, new_deq);
628 struct xhci_segment *new_seg;
654 new_seg = ep_ring->enq_seg;
666 new_seg = ep_ring->deq_seg;
677 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq)
690 next_trb(xhci, ep_ring, &new_seg, &new_deq);
703 addr = xhci_trb_virt_to_dma(new_seg, new_deq);
706 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq);
734 ep->queued_deq_seg = new_seg;