Home
last modified time | relevance | path

Searched refs:end_trb (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dtrace.h216 __field(int, end_trb)
232 __entry->end_trb = req->end_trb;
246 __entry->end_trb,
534 __field(unsigned int, end_trb)
543 __entry->end_trb = priv_req->end_trb;
551 __entry->end_trb
H A Dgadget.c1013 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer()
1309 priv_req->end_trb = priv_ep->enqueue; in cdns3_ep_run_transfer()
1455 * ET = priv_req->end_trb - index of last TRB in transfer ring
1492 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled()
1493 if (priv_ep->dequeue > priv_req->end_trb) in cdns3_trb_handled()
1500 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled()
1501 (priv_ep->dequeue > priv_req->end_trb) && in cdns3_trb_handled()
1505 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
1506 (priv_ep->dequeue != priv_req->end_trb)) in cdns3_trb_handled()
2721 ((priv_req->end_trb in cdns3_gadget_ep_dequeue()
[all...]
H A Dgadget.h1222 * @end_trb: number of the last TRB in transfer ring
1235 int end_trb; member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-trace.h212 __field(int, end_trb)
227 __entry->end_trb = req->end_trb;
240 __entry->end_trb,
521 __field(unsigned int, end_trb)
530 __entry->end_trb = priv_req->end_trb;
538 __entry->end_trb
H A Dcdns3-gadget.c1018 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer()
1314 priv_req->end_trb = priv_ep->enqueue; in cdns3_ep_run_transfer()
1460 * ET = priv_req->end_trb - index of last TRB in transfer ring
1497 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled()
1498 if (priv_ep->dequeue > priv_req->end_trb) in cdns3_trb_handled()
1505 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled()
1506 (priv_ep->dequeue > priv_req->end_trb) && in cdns3_trb_handled()
1510 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
1511 (priv_ep->dequeue != priv_req->end_trb)) in cdns3_trb_handled()
2736 ((priv_req->end_trb in cdns3_gadget_ep_dequeue()
[all...]
H A Dcdns3-gadget.h1224 * @end_trb: number of the last TRB in transfer ring
1237 int end_trb; member
H A Dcdnsp-ring.c527 * at end_trb, which may be in another segment. If the suspect DMA address is a
534 union cdnsp_trb *end_trb, in cdnsp_trb_in_td()
554 end_trb_dma = cdnsp_trb_virt_to_dma(cur_seg, end_trb); in cdnsp_trb_in_td()
531 cdnsp_trb_in_td(struct cdnsp_device *pdev, struct cdnsp_segment *start_seg, union cdnsp_trb *start_trb, union cdnsp_trb *end_trb, dma_addr_t suspect_dma) cdnsp_trb_in_td() argument
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h288 __field(int, end_trb)
306 __entry->end_trb = preq->end_trb;
319 __entry->end_trb
531 __field(unsigned int, end_trb)
540 __entry->end_trb = priv_req->end_trb;
548 __entry->end_trb
H A Dcdns2-gadget.c607 preq->end_trb = pep->ring.enqueue; in cdns2_ep_tx_isoc()
642 preq->end_trb = ring->enqueue; in cdns2_ep_tx_bulk()
683 preq->end_trb = ring->enqueue; in cdns2_ep_tx_bulk()
854 * ET = preq->end_trb - index of last TRB in transfer ring
901 if (preq->start_trb < preq->end_trb) { in cdns2_trb_handled()
902 if (ring->dequeue > preq->end_trb) in cdns2_trb_handled()
909 if (preq->start_trb > preq->end_trb && ring->dequeue > preq->end_trb && in cdns2_trb_handled()
913 if (preq->start_trb == preq->end_trb && ring->dequeue != preq->end_trb) in cdns2_trb_handled()
[all...]
H A Dcdns2-gadget.h584 * @end_trb: number of the last TRB in transfer ring.
594 int end_trb; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c1965 union xhci_trb *end_trb, in xhci_test_trb_in_td()
1975 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td()
1977 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td()
1988 end_trb, end_dma); in xhci_test_trb_in_td()
1991 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td()
2026 union xhci_trb *end_trb; in xhci_check_trb_in_td_math() member
2033 .end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2040 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2047 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2054 .end_trb in xhci_check_trb_in_td_math()
1962 xhci_test_trb_in_td(struct xhci_hcd *xhci, struct xhci_segment *input_seg, union xhci_trb *start_trb, union xhci_trb *end_trb, dma_addr_t input_dma, struct xhci_segment *result_seg, char *test_name, int test_number) xhci_test_trb_in_td() argument
[all...]
H A Dxhci-ring.c1940 * at end_trb, which may be in another segment. If the suspect DMA address is a
1947 union xhci_trb *end_trb, in trb_in_td()
1966 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
1944 trb_in_td(struct xhci_hcd *xhci, struct xhci_segment *start_seg, union xhci_trb *start_trb, union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug) trb_in_td() argument
H A Dxhci.h2120 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c2038 * at end_trb, which may be in another segment. If the suspect DMA address is a
2045 union xhci_trb *end_trb, in trb_in_td()
2064 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
2042 trb_in_td(struct xhci_hcd *xhci, struct xhci_segment *start_seg, union xhci_trb *start_trb, union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug) trb_in_td() argument
H A Dxhci.h2159 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);

Completed in 43 milliseconds