Lines Matching defs:coherent
79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent)
87 if (coherent)
133 gfp_t gfp_mask, int coherent)
141 /* We use sg_set_buf for coherent allocs, which assumes low memory */
142 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM));
172 chunk->coherent = coherent;
174 if (!coherent)
186 if (coherent)
204 if (coherent)
221 if (!coherent && chunk) {
232 mlx4_free_icm(dev, icm, coherent);
273 __GFP_NOWARN, table->coherent);
281 mlx4_free_icm(dev, table->icm[i], table->coherent);
307 mlx4_free_icm(dev, table->icm[i], table->coherent);
340 if (table->coherent) {
438 table->coherent = use_coherent;
489 mlx4_free_icm(dev, table->icm[i], table->coherent);