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.c141 bus_dma_tag_t dmat_coherent; member
156 if (priv->dmat_coherent) in linux_pdev_dma_uninit()
157 bus_dma_tag_destroy(priv->dmat_coherent); in linux_pdev_dma_uninit()
232 if (priv->dmat_coherent) { in linux_dma_tag_init_coherent()
236 bus_dma_tag_destroy(priv->dmat_coherent); in linux_dma_tag_init_coherent()
251 &priv->dmat_coherent); in linux_dma_tag_init_coherent()
1575 priv->dmat_coherent); in linux_dma_alloc_coherent()