Lines Matching refs:coherent
88 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent)
96 if (coherent)
138 gfp_t gfp_mask, int coherent)
145 /* We use sg_set_buf for coherent allocs, which assumes low memory */
146 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM));
173 if (coherent)
184 if (coherent)
206 if (!coherent && chunk) {
218 mthca_free_icm(dev, icm, coherent);
236 __GFP_NOWARN, table->coherent);
244 mthca_free_icm(dev, table->icm[i], table->coherent);
271 mthca_free_icm(dev, table->icm[i], table->coherent);
379 table->coherent = use_coherent;
397 mthca_free_icm(dev, table->icm[i], table->coherent);
416 mthca_free_icm(dev, table->icm[i], table->coherent);
433 mthca_free_icm(dev, table->icm[i], table->coherent);