Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dicm.c417 int use_lowmem, int use_coherent) in mlx4_init_icm_table() argument
438 table->coherent = use_coherent; in mlx4_init_icm_table()
450 __GFP_NOWARN, use_coherent); in mlx4_init_icm_table()
454 mlx4_free_icm(dev, table->icm[i], use_coherent); in mlx4_init_icm_table()
473 mlx4_free_icm(dev, table->icm[i], use_coherent); in mlx4_init_icm_table()
Dicm.h92 int use_lowmem, int use_coherent);
/linux-6.1.9/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()