Searched refs:new_seg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 371 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() local 388 next_trb(xhci, NULL, &new_seg, &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() 576 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() local 605 new_seg = ep_ring->enq_seg; in xhci_move_dequeue_past_td() 617 new_seg = ep_ring->deq_seg; 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() 661 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td() 674 addr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_move_dequeue_past_td() [all …]
|