Searched refs:start_trb (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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() 1858 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_bulk_tx() local 1907 start_trb = &ring->enqueue->generic; in cdnsp_queue_bulk_tx() 1999 start_cycle, start_trb); in cdnsp_queue_bulk_tx() 2201 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_isoc_tx() local 2212 start_trb = &ep_ring->enqueue->generic; in cdnsp_queue_isoc_tx() [all …]
|
D | cdns3-gadget.c | 1011 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_stream_transfer() 1012 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer() 1150 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_transfer() 1343 priv_req->start_trb * TRB_SIZE), in cdns3_ep_run_transfer() 1442 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled() 1446 if (priv_ep->dequeue < priv_req->start_trb) in cdns3_trb_handled() 1450 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled() 1452 (priv_ep->dequeue < priv_req->start_trb)) in cdns3_trb_handled() 1455 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
|
D | cdns3-gadget.h | 1233 int start_trb; member
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-mem.c | 1934 union xhci_trb *start_trb, in xhci_test_trb_in_td() argument 1944 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td() 1947 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 1957 start_trb, start_dma, in xhci_test_trb_in_td() 1961 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 1995 union xhci_trb *start_trb; in xhci_check_trb_in_td_math() member 2002 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2009 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2016 .start_trb = xhci->cmd_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2023 .start_trb = &xhci->event_ring->first_seg->trbs[0], in xhci_check_trb_in_td_math() [all …]
|
D | xhci-ring.c | 2023 union xhci_trb *start_trb, in trb_in_td() argument 2033 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td() 3343 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument 3351 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 3353 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb() 3527 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local 3575 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx() 3677 start_cycle, start_trb); in xhci_queue_bulk_tx() 3689 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local 3730 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx() [all …]
|
D | xhci.h | 2147 struct xhci_segment *start_seg, union xhci_trb *start_trb,
|