Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A 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()
H A Dicm.h92 int use_lowmem, int use_coherent);
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h89 int use_lowmem, int use_coherent);
H A 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()