Home
last modified time | relevance | path

Searched refs:use_coherent (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Dicm.c362 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()
Dicm.h82 int use_lowmem, int use_coherent);
/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_memfree.h89 int use_lowmem, int use_coherent);
Dmthca_memfree.c359 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()