Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c2642 dma_addr_t ep_trb_dma; in handle_tx_event() local
2652 ep_trb_dma = le64_to_cpu(event->buffer); in handle_tx_event()
2660 ep_ring = xhci_dma_to_transfer_ring(ep, ep_trb_dma); in handle_tx_event()
2674 ep_trb = xhci_dma_to_trb(ep_ring->deq_seg, ep_trb_dma, NULL); in handle_tx_event()
2773 slot_id, ep_index, ep_trb_dma ? ", skip now" : ""); in handle_tx_event()
2817 if (td && td->error_mid_td && !trb_in_td(td, ep_trb_dma)) { in handle_tx_event()
2823 if (trb_comp_code == COMP_MISSED_SERVICE_ERROR && !ep_trb_dma) in handle_tx_event()
2850 if (!trb_in_td(td, ep_trb_dma)) { in handle_tx_event()
2903 &ep_trb_dma, trb_comp_code, ep_ring->old_trb_comp_code); in handle_tx_event()
2933 trace_xhci_handle_transfer(ep_ring, (struct xhci_generic_trb *) ep_trb, ep_trb_dma); in handle_tx_event()
[all …]
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1239 dma_addr_t ep_trb_dma; in cdnsp_handle_tx_event() local
1249 ep_trb_dma = le64_to_cpu(event->buffer); in cdnsp_handle_tx_event()
1339 ep_trb_dma); in cdnsp_handle_tx_event()
1344 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) in cdnsp_handle_tx_event()