Searched refs:first_trb (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/host/ |
D | xhci-ring.c | 726 union xhci_trb *trb = td->first_trb; in td_to_noop() 732 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop() 972 td->start_seg, td->first_trb), in xhci_invalidate_cancelled_tds() 992 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1049 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td() 2247 td->start_seg, td->first_trb)); in finish_td() 3344 td->first_trb = ep_ring->enqueue; in prepare_transfer() 3597 bool first_trb = true; in xhci_queue_bulk_tx() local 3646 for (enqd_len = 0; first_trb || enqd_len < full_len; in xhci_queue_bulk_tx() 3658 if (first_trb) { in xhci_queue_bulk_tx() [all …]
|
D | xhci.h | 1574 union xhci_trb *first_trb; member
|
D | xhci.c | 1878 urb_priv->td[i].first_trb)); in xhci_urb_dequeue()
|
/drivers/usb/cdns3/ |
D | cdnsp-trace.h | 675 __field(union cdnsp_trb *, first_trb) 683 __entry->first_trb = preq->td.first_trb; 686 preq->td.first_trb) 690 __entry->first_trb, &__entry->trb_dma,
|
D | cdnsp-ring.c | 509 union cdnsp_trb *trb = td->first_trb; in cdnsp_td_to_noop() 515 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in cdnsp_td_to_noop() 718 seg = cdnsp_trb_in_td(pdev, cur_td->start_seg, cur_td->first_trb, in cdnsp_remove_request() 1691 preq->td.first_trb = ep_ring->enqueue; in cdnsp_prepare_transfer() 1868 bool first_trb = true; in cdnsp_queue_bulk_tx() local 1915 for (enqd_len = 0; zero_len_trb || first_trb || enqd_len < full_len; in cdnsp_queue_bulk_tx() 1926 if (first_trb) { in cdnsp_queue_bulk_tx() 1927 first_trb = false; in cdnsp_queue_bulk_tx() 2324 ep_ring->enqueue = preq->td.first_trb; in cdnsp_queue_isoc_tx()
|
D | cdnsp-gadget.h | 1193 union cdnsp_trb *first_trb; member
|
/drivers/usb/gadget/udc/ |
D | tegra-xudc.c | 390 struct tegra_xudc_trb *first_trb; member 1171 if (!req->first_trb) in tegra_xudc_queue_trbs() 1172 req->first_trb = &ep->transfer_ring[ep->enq_ptr]; in tegra_xudc_queue_trbs() 1268 req->first_trb = NULL; in __tegra_xudc_ep_queue() 1328 struct tegra_xudc_trb *trb = req->first_trb; in squeeze_transfer_ring() 1347 ep->enq_ptr = req->first_trb - ep->transfer_ring; in squeeze_transfer_ring() 1358 req->first_trb = NULL; in squeeze_transfer_ring() 1374 req->first_trb, req->last_trb, trb); in trb_in_request() 1376 if (trb >= req->first_trb && (trb <= req->last_trb || in trb_in_request() 1377 req->last_trb < req->first_trb)) in trb_in_request() [all …]
|