Searched refs:new_deq (Results 1 – 1 of 1) sorted by relevance
530 union xhci_trb *new_deq; in xhci_find_new_dequeue_state() local550 new_deq = ep_ring->dequeue; in xhci_find_new_dequeue_state()561 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()567 if (new_deq == cur_td->last_trb) in xhci_find_new_dequeue_state()570 if (cycle_found && trb_is_link(new_deq) && in xhci_find_new_dequeue_state()571 link_trb_toggles_cycle(new_deq)) in xhci_find_new_dequeue_state()574 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_find_new_dequeue_state()577 if (new_deq == ep->ring->dequeue) { in xhci_find_new_dequeue_state()587 state->new_deq_ptr = new_deq; in xhci_find_new_dequeue_state()