Searched refs:ep_trb_dma (Results 1 – 2 of 2) sorted by relevance
1236 dma_addr_t ep_trb_dma; in cdnsp_handle_tx_event() local1246 ep_trb_dma = le64_to_cpu(event->buffer); in cdnsp_handle_tx_event()1336 ep_trb_dma); in cdnsp_handle_tx_event()1341 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) in cdnsp_handle_tx_event()
2669 dma_addr_t ep_trb_dma; in handle_tx_event() local2681 ep_trb_dma = le64_to_cpu(event->buffer); in handle_tx_event()2689 ep_ring = xhci_dma_to_transfer_ring(ep, ep_trb_dma); in handle_tx_event()2911 td->last_trb, ep_trb_dma, false); in handle_tx_event()2959 td_next->last_trb, ep_trb_dma, false); in handle_tx_event()2980 ep_trb_dma, true); in handle_tx_event()2996 ep_trb = &ep_seg->trbs[(ep_trb_dma - ep_seg->dma) / in handle_tx_event()