new_deq           530 drivers/usb/host/xhci-ring.c 	union xhci_trb *new_deq;
new_deq           567 drivers/usb/host/xhci-ring.c 	new_deq = ep_ring->dequeue;
new_deq           578 drivers/usb/host/xhci-ring.c 		if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq)
new_deq           584 drivers/usb/host/xhci-ring.c 		if (new_deq == cur_td->last_trb)
new_deq           587 drivers/usb/host/xhci-ring.c 		if (cycle_found && trb_is_link(new_deq) &&
new_deq           588 drivers/usb/host/xhci-ring.c 		    link_trb_toggles_cycle(new_deq))
new_deq           591 drivers/usb/host/xhci-ring.c 		next_trb(xhci, ep_ring, &new_seg, &new_deq);
new_deq           594 drivers/usb/host/xhci-ring.c 		if (new_deq == ep->ring->dequeue) {
new_deq           604 drivers/usb/host/xhci-ring.c 	state->new_deq_ptr = new_deq;