Searched refs:linux_dma_map_phys_common (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 1721 linux_dma_map_phys_common(struct device *dev, vm_paddr_t phys, size_t len, in linux_dma_map_phys_common() function 1786 linux_dma_map_phys_common(struct device *dev __unused, vm_paddr_t phys, in linux_dma_map_phys_common() function 1801 dma = linux_dma_map_phys_common(dev, phys, len, priv->dmat); in lkpi_dma_map_phys() 1905 *dma_handle = linux_dma_map_phys_common(dev, vtophys(mem), size, in linux_dma_alloc_coherent()
|