Searched refs:use_coherent (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 362 int use_lowmem, int use_coherent) in mlx4_init_icm_table() argument 380 table->coherent = use_coherent; in mlx4_init_icm_table() 390 __GFP_NOWARN, use_coherent); in mlx4_init_icm_table() 394 mlx4_free_icm(dev, table->icm[i], use_coherent); in mlx4_init_icm_table() 413 mlx4_free_icm(dev, table->icm[i], use_coherent); in mlx4_init_icm_table()
|
D | icm.h | 82 int use_lowmem, int use_coherent);
|
/linux-3.4.99/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.h | 89 int use_lowmem, int use_coherent);
|
D | mthca_memfree.c | 359 int use_lowmem, int use_coherent) in mthca_alloc_icm_table() argument 379 table->coherent = use_coherent; in mthca_alloc_icm_table() 392 __GFP_NOWARN, use_coherent); in mthca_alloc_icm_table()
|