Home
last modified time | relevance | path

Searched refs:use_lowmem (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
Dicm.c417 int use_lowmem, int use_coherent) in mlx4_init_icm_table() argument
437 table->lowmem = use_lowmem; in mlx4_init_icm_table()
449 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mlx4_init_icm_table()
Dicm.h92 int use_lowmem, int use_coherent);
/drivers/infiniband/hw/hns/
Dhns_roce_hem.h115 int use_lowmem);
Dhns_roce_hem.c789 int use_lowmem) in hns_roce_init_hem_table() argument
866 table->lowmem = use_lowmem; in hns_roce_init_hem_table()
/drivers/infiniband/hw/mthca/
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()
Dmthca_memfree.h89 int use_lowmem, int use_coherent);