Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c424 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring() local
440 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
441 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
442 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
444 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
629 union xhci_trb *new_deq; in xhci_move_dequeue_past_td() local
655 new_deq = ep_ring->enqueue; in xhci_move_dequeue_past_td()
667 new_deq = ep_ring->dequeue; in xhci_move_dequeue_past_td()
677 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_move_dequeue_past_td()
683 if (new_deq in xhci_move_dequeue_past_td()
[all...]
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c439 union cdnsp_trb *new_deq; in cdnsp_find_new_dequeue_state() local
453 new_deq = ep_ring->dequeue; 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()
472 if (new_deq == cur_td->last_trb) in cdnsp_find_new_dequeue_state()
475 if (cycle_found && cdnsp_trb_is_link(new_deq) && in cdnsp_find_new_dequeue_state()
476 cdnsp_link_trb_toggles_cycle(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()
482 if (new_deq == pep->ring->dequeue) { in cdnsp_find_new_dequeue_state()
493 state->new_deq_ptr = new_deq; in cdnsp_find_new_dequeue_state()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c346 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; in xhci_abort_cmd_ring() local
362 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
363 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
364 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
366 crcr = xhci_trb_virt_to_dma(new_seg, new_deq); in xhci_abort_cmd_ring()
573 union xhci_trb *new_deq; in xhci_find_new_dequeue_state() local
612 new_deq = ep_ring->dequeue; in xhci_find_new_dequeue_state()
644 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq) in xhci_find_new_dequeue_state()
650 if (new_deq == cur_td->last_trb) in xhci_find_new_dequeue_state()
653 if (cycle_found && trb_is_link(new_deq) in xhci_find_new_dequeue_state()
[all...]

Completed in 9 milliseconds