Home
last modified time | relevance | path

Searched refs:use_lowmem (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
379 table->lowmem = use_lowmem; in mlx4_init_icm_table()
389 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | 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
378 table->lowmem = use_lowmem; in mthca_alloc_icm_table()
391 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mthca_alloc_icm_table()