Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdns3-trace.h216 __field(int, end_trb)
231 __entry->end_trb = req->end_trb;
244 __entry->end_trb,
531 __field(unsigned int, end_trb)
540 __entry->end_trb = priv_req->end_trb;
548 __entry->end_trb
Dcdns3-gadget.c1012 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer()
1259 priv_req->end_trb = priv_ep->enqueue; in cdns3_ep_run_transfer()
1442 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled()
1443 if (priv_ep->dequeue > priv_req->end_trb) in cdns3_trb_handled()
1450 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled()
1451 (priv_ep->dequeue > priv_req->end_trb) && in cdns3_trb_handled()
1455 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
1456 (priv_ep->dequeue != priv_req->end_trb)) in cdns3_trb_handled()
2661 ((priv_req->end_trb + 1) * TRB_SIZE))); in cdns3_gadget_ep_dequeue()
Dcdns3-gadget.h1234 int end_trb; member
Dcdnsp-ring.c534 union cdnsp_trb *end_trb, in cdnsp_trb_in_td() argument
554 end_trb_dma = cdnsp_trb_virt_to_dma(cur_seg, end_trb); in cdnsp_trb_in_td()
/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c1935 union xhci_trb *end_trb, in xhci_test_trb_in_td() argument
1945 end_dma = xhci_trb_virt_to_dma(input_seg, end_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()
1958 end_trb, end_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()
1996 union xhci_trb *end_trb; in xhci_check_trb_in_td_math() member
2003 .end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2010 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2017 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2024 .end_trb = &xhci->event_ring->first_seg->trbs[3], in xhci_check_trb_in_td_math()
[all …]
Dxhci-ring.c2024 union xhci_trb *end_trb, in trb_in_td() argument
2043 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
Dxhci.h2148 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);