Searched refs:last_trb (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdnsp-ring.c | 472 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() 1115 while (ep_ring->dequeue != td->last_trb) in cdnsp_skip_isoc_td() 1158 if (ep_trb == td->last_trb) in cdnsp_process_bulk_intr_td() 1331 ep_ring->dequeue, td->last_trb, in cdnsp_handle_tx_event() 1941 preq->td.last_trb = ring->enqueue; in cdnsp_queue_bulk_tx() [all …]
|
| D | cdnsp-trace.h | 676 __field(union cdnsp_trb *, last_trb) 684 __entry->last_trb = preq->td.last_trb; 691 __entry->last_trb
|
| D | cdnsp-gadget.h | 1194 union cdnsp_trb *last_trb; member
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-ring.c | 619 td->first_trb, td->last_trb, in xhci_move_dequeue_past_td() 645 if (new_deq == td->last_trb) in xhci_move_dequeue_past_td() 726 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop() 729 if (trb == td->last_trb) in td_to_noop() 986 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1044 td->last_trb, hw_deq, false)) in find_halted_td() 2272 ep_ring->dequeue = td->last_trb; in finish_td() 2444 if (ep_trb != td->last_trb) in process_isoc_td() 2494 ep->ring->dequeue = td->last_trb; in skip_isoc_td() 2523 if (ep_trb != td->last_trb || remaining) { in process_bulk_intr_td() [all …]
|
| D | xhci.h | 1566 union xhci_trb *last_trb; member
|
| /Linux-v5.15/drivers/usb/gadget/udc/ |
| D | tegra-xudc.c | 392 struct tegra_xudc_trb *last_trb; member 1183 req->last_trb = trb; in tegra_xudc_queue_trbs() 1270 req->last_trb = NULL; in __tegra_xudc_ep_queue() 1360 req->last_trb = NULL; in squeeze_transfer_ring() 1375 req->first_trb, req->last_trb, trb); in trb_in_request() 1377 if (trb >= req->first_trb && (trb <= req->last_trb || in trb_in_request() 1378 req->last_trb < req->first_trb)) in trb_in_request() 1381 if (trb < req->first_trb && trb <= req->last_trb && in trb_in_request() 1382 req->last_trb < req->first_trb) in trb_in_request() 1399 __func__, req->first_trb, req->last_trb, enq_trb, trb); in trb_before_request() [all …]
|