Searched refs:coherent (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h268 int coherent; member in struct:mlx4_icm_table
H A Dmlx4_icm.c79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) argument
87 if (coherent)
129 gfp_t gfp_mask, int coherent)
136 /* We use sg_set_buf for coherent allocs, which assumes low memory */
137 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM));
177 if (coherent)
195 if (coherent)
212 if (!coherent && chunk) {
224 mlx4_free_icm(dev, icm, coherent);
266 __GFP_NOWARN, table->coherent);
128 mlx4_alloc_icm(struct mlx4_dev *dev, int npages, gfp_t gfp_mask, int coherent) argument
[all...]
H A Dicm.h72 gfp_t gfp_mask, int coherent);
73 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent);
/freebsd-11-stable/contrib/file/
H A Dconfigure14271 VM page cache was not coherent with the file system buffer cache
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.h69 int coherent; member in struct:mthca_icm_table
83 gfp_t gfp_mask, int coherent);
84 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent);
H A Dmthca_memfree.c87 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) argument
95 if (coherent)
137 gfp_t gfp_mask, int coherent)
144 /* We use sg_set_buf for coherent allocs, which assumes low memory */
145 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM));
172 if (coherent)
183 if (coherent)
205 if (!coherent && chunk) {
217 mthca_free_icm(dev, icm, coherent);
235 __GFP_NOWARN, table->coherent);
136 mthca_alloc_icm(struct mthca_dev *dev, int npages, gfp_t gfp_mask, int coherent) argument
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dpci_host_generic.c185 if (sc->coherent == 0) {
186 sc->coherent = OF_hasprop(node, "dma-coherent");
189 device_printf(dev, "Bus is%s cache-coherent\n",
190 sc->coherent ? "" : " not");
192 /* Create the parent DMA tag to pass down the coherent flag */
201 sc->coherent ? BUS_DMA_COHERENT : 0, /* flags */
H A Dpci_host_generic.h52 int coherent; member in struct:generic_pcie_softc
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_fdt.c122 sc->coherent = 1;

Completed in 130 milliseconds