Home
last modified time | relevance | path

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

/linux-6.1.9/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()
939 while (ep_ring->dequeue != td->last_trb) in cdnsp_finish_td()
1028 &td->last_trb->generic); in cdnsp_process_ctrl_td()
1117 while (ep_ring->dequeue != td->last_trb) in cdnsp_skip_isoc_td()
1160 if (ep_trb == td->last_trb) in cdnsp_process_bulk_intr_td()
1333 ep_ring->dequeue, td->last_trb, in cdnsp_handle_tx_event()
1957 preq->td.last_trb = ring->enqueue; in cdnsp_queue_bulk_tx()
[all …]
Dcdnsp-trace.h676 __field(union cdnsp_trb *, last_trb)
684 __entry->last_trb = preq->td.last_trb;
691 __entry->last_trb
Dcdnsp-gadget.h1194 union cdnsp_trb *last_trb; member
/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c626 td->first_trb, td->last_trb, in xhci_move_dequeue_past_td()
652 if (new_deq == td->last_trb) in xhci_move_dequeue_past_td()
733 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop()
736 if (trb == td->last_trb) in td_to_noop()
985 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds()
1043 td->last_trb, hw_deq, false)) in find_halted_td()
2215 ep_ring->dequeue = td->last_trb; in finish_td()
2387 if (ep_trb != td->last_trb) in process_isoc_td()
2437 ep->ring->dequeue = td->last_trb; in skip_isoc_td()
2466 if (ep_trb != td->last_trb || remaining) { in process_bulk_intr_td()
[all …]
Dxhci.h1568 union xhci_trb *last_trb; member
/linux-6.1.9/drivers/usb/gadget/udc/
Dtegra-xudc.c391 struct tegra_xudc_trb *last_trb; member
1186 req->last_trb = trb; in tegra_xudc_queue_trbs()
1273 req->last_trb = NULL; in __tegra_xudc_ep_queue()
1363 req->last_trb = NULL; in squeeze_transfer_ring()
1378 req->first_trb, req->last_trb, trb); in trb_in_request()
1380 if (trb >= req->first_trb && (trb <= req->last_trb || in trb_in_request()
1381 req->last_trb < req->first_trb)) in trb_in_request()
1384 if (trb < req->first_trb && trb <= req->last_trb && in trb_in_request()
1385 req->last_trb < req->first_trb) in trb_in_request()
1402 __func__, req->first_trb, req->last_trb, enq_trb, trb); in trb_before_request()
[all …]