Lines Matching refs:coherent
77 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm() argument
85 if (coherent) in mlx4_free_icm()
123 gfp_t gfp_mask, int coherent) in mlx4_alloc_icm() argument
131 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM)); in mlx4_alloc_icm()
158 if (coherent) in mlx4_alloc_icm()
175 if (coherent) in mlx4_alloc_icm()
192 if (!coherent && chunk) { in mlx4_alloc_icm()
204 mlx4_free_icm(dev, icm, coherent); in mlx4_alloc_icm()
243 __GFP_NOWARN, table->coherent); in mlx4_table_get()
251 mlx4_free_icm(dev, table->icm[i], table->coherent); in mlx4_table_get()
275 mlx4_free_icm(dev, table->icm[i], table->coherent); in mlx4_table_put()
379 table->coherent = use_coherent; in mlx4_init_icm_table()
426 mlx4_free_icm(dev, table->icm[i], table->coherent); in mlx4_cleanup_icm_table()