Lines Matching refs:new_seg
491 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local
508 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
510 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
512 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
696 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() local
715 new_seg = ep_ring->deq_seg; in xhci_move_dequeue_past_td()
725 if (!hw_dequeue_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
738 next_trb(&new_seg, &new_deq); in xhci_move_dequeue_past_td()
749 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
752 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td()
780 ep->queued_deq_seg = new_seg; in xhci_move_dequeue_past_td()