Home
last modified time | relevance | path

Searched refs:last_trb (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-ring.c472 if (new_deq == cur_td->last_trb) in cdnsp_find_new_dequeue_state()
515 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in cdnsp_td_to_noop()
518 if (trb == td->last_trb) in cdnsp_td_to_noop()
719 cur_td->last_trb, hw_deq); in cdnsp_remove_request()
941 while (ep_ring->dequeue != td->last_trb) in cdnsp_finish_td()
1030 &td->last_trb->generic); in cdnsp_process_ctrl_td()
1119 while (ep_ring->dequeue != td->last_trb) in cdnsp_skip_isoc_td()
1162 if (ep_trb == td->last_trb) in cdnsp_process_bulk_intr_td()
1335 ep_ring->dequeue, td->last_trb, in cdnsp_handle_tx_event()
1348 td->last_trb != ep_trb) in cdnsp_handle_tx_event()
[all …]
Dcdnsp-trace.h673 __field(union cdnsp_trb *, last_trb)
681 __entry->last_trb = preq->td.last_trb;
688 __entry->last_trb
Dcdnsp-gadget.h1195 union cdnsp_trb *last_trb; member
/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c674 if (new_deq == td->last_trb) in xhci_move_dequeue_past_td()
753 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop()
756 if (trb == td->last_trb) in td_to_noop()
2087 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, td->last_trb); in trb_in_td()
2261 ep_ring->dequeue = td->last_trb; in finish_td()
2428 if (ep_trb != td->last_trb) in process_isoc_td()
2438 if (ep_trb != td->last_trb) in process_isoc_td()
2474 if (td->error_mid_td && ep_trb != td->last_trb) { in process_isoc_td()
2501 ep->ring->dequeue = td->last_trb; in skip_isoc_td()
2529 if (ep_trb != td->last_trb || remaining) { in process_bulk_intr_td()
[all …]
Dxhci.h1291 union xhci_trb *last_trb; member
/linux-6.12.1/drivers/usb/gadget/udc/
Dtegra-xudc.c390 struct tegra_xudc_trb *last_trb; member
1192 req->last_trb = trb; in tegra_xudc_queue_trbs()
1279 req->last_trb = NULL; in __tegra_xudc_ep_queue()
1369 req->last_trb = NULL; in squeeze_transfer_ring()
1384 req->first_trb, req->last_trb, trb); in trb_in_request()
1386 if (trb >= req->first_trb && (trb <= req->last_trb || in trb_in_request()
1387 req->last_trb < req->first_trb)) in trb_in_request()
1390 if (trb < req->first_trb && trb <= req->last_trb && in trb_in_request()
1391 req->last_trb < req->first_trb) in trb_in_request()
1408 __func__, req->first_trb, req->last_trb, enq_trb, trb); in trb_before_request()
[all …]