Searched refs:use_coherent (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 417 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()
|
D | icm.h | 92 int use_lowmem, int use_coherent);
|
/linux-6.1.9/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.h | 89 int use_lowmem, int use_coherent);
|
D | mthca_memfree.c | 359 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()
|