Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c492 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local
509 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
511 next_trb(&new_seg, &new_deq); in xhci_abort_cmd_ring()
513 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
697 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() local
716 new_seg = ep_ring->deq_seg; in xhci_move_dequeue_past_td()
726 if (!hw_dequeue_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
739 next_trb(&new_seg, &new_deq); in xhci_move_dequeue_past_td()
750 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td()
753 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td()
[all …]
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c438 struct cdnsp_segment *new_seg; in cdnsp_find_new_dequeue_state() local
453 new_seg = ep_ring->deq_seg; in cdnsp_find_new_dequeue_state()
465 if (!cycle_found && cdnsp_trb_virt_to_dma(new_seg, new_deq) in cdnsp_find_new_dequeue_state()
480 cdnsp_next_trb(pdev, ep_ring, &new_seg, &new_deq); in cdnsp_find_new_dequeue_state()
493 state->new_deq_seg = new_seg; in cdnsp_find_new_dequeue_state()
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c