Lines Matching refs:new_deq
424 union xhci_trb *new_deq = xhci->cmd_ring->dequeue;
440 next_trb(xhci, NULL, &new_seg, &new_deq);
441 if (trb_is_link(new_deq))
442 next_trb(xhci, NULL, &new_seg, &new_deq);
444 crcr = xhci_trb_virt_to_dma(new_seg, new_deq);
629 union xhci_trb *new_deq;
655 new_deq = ep_ring->enqueue;
667 new_deq = ep_ring->dequeue;
677 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq)
683 if (new_deq == td->last_trb)
686 if (cycle_found && trb_is_link(new_deq) &&
687 link_trb_toggles_cycle(new_deq))
690 next_trb(xhci, ep_ring, &new_seg, &new_deq);
693 if (new_deq == ep->ring->dequeue) {
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);
735 ep->queued_deq_ptr = new_deq;