Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c145 bus_dma_tag_t dmat_coherent; member
177 if (priv->dmat_coherent) in linux_pdev_dma_uninit()
178 bus_dma_tag_destroy(priv->dmat_coherent); in linux_pdev_dma_uninit()
253 if (priv->dmat_coherent) { in linux_dma_tag_init_coherent()
257 bus_dma_tag_destroy(priv->dmat_coherent); in linux_dma_tag_init_coherent()
272 &priv->dmat_coherent); in linux_dma_tag_init_coherent()
1789 priv->dmat_coherent); in linux_dma_alloc_coherent()