Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c495 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring() local
511 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
512 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
513 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
515 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()