Searched refs:coherent (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
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);
H A Dmlx4.h268 int coherent; member in struct:mlx4_icm_table
/freebsd-12-stable/sys/dev/pci/
H A Dpci_host_generic.h54 int coherent; member in struct:generic_pcie_core_softc
H A Dpci_dw.h103 bool coherent; member in struct:pci_dw_softc
H A Dpci_host_generic_acpi.c272 if (ACPI_FAILURE(acpi_GetInteger(handle, "_CCA", &sc->base.coherent)))
273 sc->base.coherent = 0;
275 device_printf(dev, "Bus is%s cache-coherent\n",
276 sc->base.coherent ? "" : " not");
H A Dpci_dw.c582 if (!sc->coherent)
583 sc->coherent = OF_hasprop(sc->node, "dma-coherent");
624 device_printf(dev, "Bus is%s cache-coherent\n",
625 sc->coherent ? "" : " not");
634 sc->coherent ? BUS_DMA_COHERENT : 0, /* flags */
H A Dpci_host_generic_fdt.c148 if (sc->base.coherent == 0) {
149 sc->base.coherent = OF_hasprop(node, "dma-coherent");
152 device_printf(dev, "Bus is%s cache-coherent\n",
153 sc->base.coherent ? "" : " not");
H A Dpci_host_generic.c94 /* Create the parent DMA tag to pass down the coherent flag */
103 sc->coherent ? BUS_DMA_COHERENT : 0, /* flags */
/freebsd-12-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-12-stable/sys/arm64/cavium/
H A Dthunder_pcie_fdt.c123 sc->base.coherent = 1;
/freebsd-12-stable/sys/dev/axgbe/
H A Dif_axgbe.c467 /* Check if the NIC is DMA coherent */
468 sc->prv.coherent = OF_hasprop(node, "dma-coherent");
469 if (sc->prv.coherent) {
H A Dxgbe-desc.c195 if (pdata->coherent)
H A Dxgbe.h728 unsigned int coherent; member in struct:xgbe_prv_data
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_pcie.c211 bool coherent; member in struct:rk_pcie_softc
1188 sc->coherent = OF_hasprop(sc->node, "dma-coherent");
1284 device_printf(dev, "Bus is%s cache-coherent\n",
1285 sc->coherent ? "" : " not");
1294 sc->coherent ? BUS_DMA_COHERENT : 0, /* flags */
/freebsd-12-stable/contrib/file/
H A Dconfigure14271 VM page cache was not coherent with the file system buffer cache

Completed in 325 milliseconds