Lines Matching refs:coherent
78 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm() argument
86 if (coherent) in mlx4_free_icm()
128 gfp_t gfp_mask, int coherent) in mlx4_alloc_icm() argument
136 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM)); in mlx4_alloc_icm()
176 if (coherent) in mlx4_alloc_icm()
194 if (coherent) in mlx4_alloc_icm()
211 if (!coherent && chunk) { in mlx4_alloc_icm()
223 mlx4_free_icm(dev, icm, coherent); in mlx4_alloc_icm()
265 __GFP_NOWARN, table->coherent); in mlx4_table_get()
273 mlx4_free_icm(dev, table->icm[i], table->coherent); in mlx4_table_get()
299 mlx4_free_icm(dev, table->icm[i], table->coherent); in mlx4_table_put()
407 table->coherent = use_coherent; in mlx4_init_icm_table()
458 mlx4_free_icm(dev, table->icm[i], table->coherent); in mlx4_cleanup_icm_table()