Searched refs:trb_dma (Results 1 – 3 of 3) sorted by relevance
507 dma_addr_t trb_dma; in cdns2_ep_tx_isoc() local530 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_isoc()533 trb_dma = preq->request.dma; in cdns2_ep_tx_isoc()550 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(trb_dma); in cdns2_ep_tx_isoc()588 trb->buffer = cpu_to_le32(TRB_BUFFER(trb_dma)); in cdns2_ep_tx_isoc()592 trb_dma += trb_buff_len; in cdns2_ep_tx_isoc()601 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_isoc()622 dma_addr_t trb_dma; in cdns2_ep_tx_bulk() local629 trb_dma = sg_dma_address(sg); in cdns2_ep_tx_bulk()632 trb_dma = preq->request.dma; in cdns2_ep_tx_bulk()[all …]
190 dma_addr_t trb_dma; member
181 req->trb_dma = 0; in xhci_dbc_giveback()313 req->trb_dma = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in xhci_dbc_queue_bulk_tx()837 if (r->trb_dma == event->trans_event.buffer) { in dbc_handle_xfer_event()852 trace_xhci_dbc_handle_transfer(ring, &req->trb->generic, req->trb_dma); in dbc_handle_xfer_event()