Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dicm.c398 int use_lowmem, int use_coherent) in mlx4_init_icm_table() argument
418 table->lowmem = use_lowmem; in mlx4_init_icm_table()
430 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mlx4_init_icm_table()
Dicm.h82 int use_lowmem, int use_coherent);
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hem.h122 int use_lowmem);
Dhns_roce_hem.c843 int use_lowmem) in hns_roce_init_hem_table() argument
964 table->lowmem = use_lowmem; in hns_roce_init_hem_table()
/Linux-v4.19/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()