Home
last modified time | relevance | path

Searched refs:new_deq (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c536 union xhci_trb *new_deq; in xhci_find_new_dequeue_state() local
573 new_deq = ep_ring->dequeue; in xhci_find_new_dequeue_state()
584 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()
590 if (new_deq == cur_td->last_trb) in xhci_find_new_dequeue_state()
593 if (cycle_found && trb_is_link(new_deq) && in xhci_find_new_dequeue_state()
594 link_trb_toggles_cycle(new_deq)) in xhci_find_new_dequeue_state()
597 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_find_new_dequeue_state()
600 if (new_deq == ep->ring->dequeue) { in xhci_find_new_dequeue_state()
610 state->new_deq_ptr = new_deq; in xhci_find_new_dequeue_state()