Searched refs:start_trb (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdns3-trace.h | 215 __field(int, start_trb) 230 __entry->start_trb = req->start_trb; 243 __entry->start_trb, 530 __field(unsigned int, start_trb) 539 __entry->start_trb = priv_req->start_trb; 547 __entry->enqueue_idx, __entry->start_trb,
|
| D | cdnsp-ring.c | 533 union cdnsp_trb *start_trb, in cdnsp_trb_in_td() argument 543 start_dma = cdnsp_trb_virt_to_dma(start_seg, start_trb); in cdnsp_trb_in_td() 967 struct cdnsp_generic_trb *start_trb) in cdnsp_giveback_first_trb() argument 976 start_trb->field[3] |= cpu_to_le32(start_cycle); in cdnsp_giveback_first_trb() 978 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in cdnsp_giveback_first_trb() 1844 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_bulk_tx() local 1893 start_trb = &ring->enqueue->generic; in cdnsp_queue_bulk_tx() 1981 start_cycle, start_trb); in cdnsp_queue_bulk_tx() 2160 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_isoc_tx() local 2171 start_trb = &ep_ring->enqueue->generic; in cdnsp_queue_isoc_tx() [all …]
|
| D | cdns3-gadget.c | 343 int current_trb = priv_req->start_trb; in cdns3_move_deq_to_next_trb() 1024 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_stream_transfer() 1025 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer() 1163 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_transfer() 1356 priv_req->start_trb * TRB_SIZE), in cdns3_ep_run_transfer() 1455 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled() 1459 if (priv_ep->dequeue < priv_req->start_trb) in cdns3_trb_handled() 1463 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled() 1465 (priv_ep->dequeue < priv_req->start_trb)) in cdns3_trb_handled() 1468 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
|
| D | cdns3-gadget.h | 1233 int start_trb; member
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-mem.c | 1937 union xhci_trb *start_trb, in xhci_test_trb_in_td() argument 1947 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td() 1950 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 1960 start_trb, start_dma, in xhci_test_trb_in_td() 1964 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 1998 union xhci_trb *start_trb; in xhci_check_trb_in_td_math() member 2005 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2012 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2019 .start_trb = xhci->cmd_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2026 .start_trb = &xhci->event_ring->first_seg->trbs[0], in xhci_check_trb_in_td_math() [all …]
|
| D | xhci-ring.c | 2080 union xhci_trb *start_trb, in trb_in_td() argument 2090 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td() 3393 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument 3401 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 3403 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb() 3577 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local 3625 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx() 3727 start_cycle, start_trb); in xhci_queue_bulk_tx() 3739 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local 3780 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx() [all …]
|
| D | xhci.h | 2119 struct xhci_segment *start_seg, union xhci_trb *start_trb,
|