Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-ring.c391 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local
408 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
410 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
412 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
596 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() local
622 new_seg = ep_ring->enq_seg; in xhci_move_dequeue_past_td()
634 new_seg = ep_ring->deq_seg; in xhci_move_dequeue_past_td()
645 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
658 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td()
671 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
[all …]
/drivers/usb/cdns3/
Dcdnsp-ring.c437 struct cdnsp_segment *new_seg; in cdnsp_find_new_dequeue_state() local
452 new_seg = ep_ring->deq_seg; in cdnsp_find_new_dequeue_state()
464 if (!cycle_found && cdnsp_trb_virt_to_dma(new_seg, new_deq) in cdnsp_find_new_dequeue_state()
479 cdnsp_next_trb(pdev, ep_ring, &new_seg, &new_deq); in cdnsp_find_new_dequeue_state()
492 state->new_deq_seg = new_seg; in cdnsp_find_new_dequeue_state()