Home
last modified time | relevance | path

Searched refs:bounce_len (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/iommu/
H A Ddma-iommu.c1847 phys_addr_t phys, size_t bounce_len, in iommu_dma_iova_bounce_and_link() argument
1856 bounce_phys = iommu_dma_map_swiotlb(dev, phys, bounce_len, dir, attrs); in iommu_dma_iova_bounce_and_link()
1862 iova_align(iovad, bounce_len), dir, attrs); in iommu_dma_iova_bounce_and_link()
1864 swiotlb_tbl_unmap_single(dev, bounce_phys, bounce_len, dir, in iommu_dma_iova_bounce_and_link()
1883 size_t bounce_len = min(size, iovad->granule - iova_start_pad); in iommu_dma_iova_link_swiotlb() local
1886 bounce_len, dir, attrs, iova_start_pad); in iommu_dma_iova_link_swiotlb()
1891 mapped += bounce_len; in iommu_dma_iova_link_swiotlb()
1892 size -= bounce_len; in iommu_dma_iova_link_swiotlb()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c611 trace_cdnsp_bounce_unmap(td->preq, seg->bounce_len, seg->bounce_offs, in cdnsp_unmap_td_bounce_buffer()
625 seg->bounce_buf, seg->bounce_len, in cdnsp_unmap_td_bounce_buffer()
627 if (len != seg->bounce_len) in cdnsp_unmap_td_bounce_buffer()
629 len, seg->bounce_len); in cdnsp_unmap_td_bounce_buffer()
631 seg->bounce_len = 0; in cdnsp_unmap_td_bounce_buffer()
1851 seg->bounce_len = new_buff_len; in cdnsp_align_td()
H A Dcdnsp-gadget.h1188 unsigned int bounce_len; member
/linux/drivers/usb/host/
H A Dxhci-ring.c867 seg->bounce_len, seg->bounce_offs); in xhci_unmap_td_bounce_buffer()
868 if (len != seg->bounce_len) in xhci_unmap_td_bounce_buffer()
870 len, seg->bounce_len); in xhci_unmap_td_bounce_buffer()
873 seg->bounce_len); in xhci_unmap_td_bounce_buffer()
875 seg->bounce_len = 0; in xhci_unmap_td_bounce_buffer()
3601 seg->bounce_len = new_buff_len; in xhci_align_td()
H A Dxhci.h1291 unsigned int bounce_len; member