Home
last modified time | relevance | path

Searched refs:ep_trb_dma (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c2653 dma_addr_t ep_trb_dma; in handle_tx_event() local
2664 ep_trb_dma = le64_to_cpu(event->buffer); in handle_tx_event()
2672 ep_ring = xhci_dma_to_transfer_ring(ep, ep_trb_dma); in handle_tx_event()
2782 slot_id, ep_index, ep_trb_dma ? ", skip now" : ""); in handle_tx_event()
2826 if (td && td->error_mid_td && !trb_in_td(td, ep_trb_dma)) { in handle_tx_event()
2832 if (trb_comp_code == COMP_MISSED_SERVICE_ERROR && !ep_trb_dma) in handle_tx_event()
2859 ep_seg = trb_in_td(td, ep_trb_dma); in handle_tx_event()
2914 &ep_trb_dma, trb_comp_code, ep_ring->old_trb_comp_code); in handle_tx_event()
2944 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) / sizeof(*ep_trb)]; in handle_tx_event()
2945 trace_xhci_handle_transfer(ep_ring, (struct xhci_generic_trb *) ep_trb, ep_trb_dma); in handle_tx_event()
[all …]
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ring.c1237 dma_addr_t ep_trb_dma; in cdnsp_handle_tx_event() local
1247 ep_trb_dma = le64_to_cpu(event->buffer); in cdnsp_handle_tx_event()
1337 ep_trb_dma); in cdnsp_handle_tx_event()
1342 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) in cdnsp_handle_tx_event()