Searched refs:new_deq (Results 1 – 1 of 1) sorted by relevance
372 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring() local388 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()389 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()390 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()392 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()578 union xhci_trb *new_deq; in xhci_move_dequeue_past_td() local606 new_deq = ep_ring->enqueue; in xhci_move_dequeue_past_td()618 new_deq = ep_ring->dequeue; in xhci_move_dequeue_past_td()648 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()654 if (new_deq == td->last_trb) in xhci_move_dequeue_past_td()[all …]