Searched refs:linux_dma_map_phys_common (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 988 linux_dma_map_phys_common(struct device *dev, vm_paddr_t phys, size_t len, in linux_dma_map_phys_common() function 1045 linux_dma_map_phys_common(struct device *dev __unused, vm_paddr_t phys, in linux_dma_map_phys_common() function 1058 return (linux_dma_map_phys_common(dev, phys, len, priv->dmat)); in linux_dma_map_phys() 1118 *dma_handle = linux_dma_map_phys_common(dev, vtophys(mem), size, in linux_dma_alloc_coherent()
|