Home
last modified time | relevance | path

Searched refs:start_trb (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/usb/cdns3/
Dcdns3-trace.h215 __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,
Dcdnsp-ring.c533 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()
2179 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_isoc_tx() local
2190 start_trb = &ep_ring->enqueue->generic; in cdnsp_queue_isoc_tx()
[all …]
Dcdns3-gadget.c1011 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()
Dcdns3-gadget.h1233 int start_trb; member
/Linux-v6.1/drivers/usb/host/
Dxhci-mem.c1934 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 …]
Dxhci-ring.c2020 union xhci_trb *start_trb, in trb_in_td() argument
2030 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
3334 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument
3342 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3344 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
3518 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local
3566 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3668 start_cycle, start_trb); in xhci_queue_bulk_tx()
3680 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local
3721 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
[all …]
Dxhci.h2142 struct xhci_segment *start_seg, union xhci_trb *start_trb,