Lines Matching refs:new_deq
346 union xhci_trb *new_deq = xhci->cmd_ring->dequeue;
362 next_trb(xhci, NULL, &new_seg, &new_deq);
363 if (trb_is_link(new_deq))
364 next_trb(xhci, NULL, &new_seg, &new_deq);
366 crcr = xhci_trb_virt_to_dma(new_seg, new_deq);
573 union xhci_trb *new_deq;
612 new_deq = ep_ring->dequeue;
644 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq)
650 if (new_deq == cur_td->last_trb)
653 if (cycle_found && trb_is_link(new_deq) &&
654 link_trb_toggles_cycle(new_deq))
657 next_trb(xhci, ep_ring, &new_seg, &new_deq);
660 if (new_deq == ep->ring->dequeue) {
670 state->new_deq_ptr = new_deq;