Searched refs:new_deq (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c439 union cdnsp_trb *new_deq; local
453 new_deq = ep_ring->dequeue;
464 if (!cycle_found && cdnsp_trb_virt_to_dma(new_seg, new_deq)
472 if (new_deq == cur_td->last_trb)
475 if (cycle_found && cdnsp_trb_is_link(new_deq) &&
476 cdnsp_link_trb_toggles_cycle(new_deq))
479 cdnsp_next_trb(pdev, ep_ring, &new_seg, &new_deq);
482 if (new_deq == pep->ring->dequeue) {
493 state->new_deq_ptr = new_deq;
/linux-master/drivers/usb/host/
H A Dxhci-ring.c437 union xhci_trb *new_deq = xhci->cmd_ring->dequeue; local
453 next_trb(xhci, NULL, &new_seg, &new_deq);
454 if (trb_is_link(new_deq))
455 next_trb(xhci, NULL, &new_seg, &new_deq);
457 crcr = xhci_trb_virt_to_dma(new_seg, new_deq);
643 union xhci_trb *new_deq; local
669 new_deq = ep_ring->enqueue;
681 new_deq = ep_ring->dequeue;
691 if (!cycle_found && xhci_trb_virt_to_dma(new_seg, new_deq)
697 if (new_deq
[all...]

Completed in 276 milliseconds