Searched refs:last_trb (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/usb/cdns3/ |
| H A D | cdnsp-ring.c | 473 if (new_deq == cur_td->last_trb) in cdnsp_find_new_dequeue_state() 519 if (trb == td->last_trb) in cdnsp_td_to_noop() 720 cur_td->last_trb, hw_deq); in cdnsp_remove_request() 942 while (ep_ring->dequeue != td->last_trb) in cdnsp_finish_td() 1031 &td->last_trb->generic); in cdnsp_process_ctrl_td() 1163 if (ep_trb == td->last_trb) in cdnsp_process_bulk_intr_td() 1336 ep_ring->dequeue, td->last_trb, in cdnsp_handle_tx_event() 1349 td->last_trb != ep_trb) in cdnsp_handle_tx_event() 1982 preq->td.last_trb = ring->enqueue; in cdnsp_queue_bulk_tx() 2111 preq->td.last_trb = ep_ring->enqueue; in cdnsp_queue_ctrl_tx() [all …]
|
| H A D | cdnsp-trace.h | 673 __field(union cdnsp_trb *, last_trb) 681 __entry->last_trb = preq->td.last_trb; 688 __entry->last_trb
|
| H A D | cdnsp-gadget.h | 1198 union cdnsp_trb *last_trb; member
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 390 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 …]
|