Searched refs:use_coherent (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/ofed/drivers/net/mlx4/ |
| D | icm.c | 387 int use_lowmem, int use_coherent) in mlx4_init_icm_table() argument 406 table->coherent = use_coherent; in mlx4_init_icm_table() 418 __GFP_NOWARN, use_coherent); in mlx4_init_icm_table() 422 mlx4_free_icm(dev, table->icm[i], use_coherent); in mlx4_init_icm_table() 442 mlx4_free_icm(dev, table->icm[i], use_coherent); in mlx4_init_icm_table()
|
| D | icm.h | 83 int use_lowmem, int use_coherent);
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/ |
| D | mthca_memfree.h | 89 int use_lowmem, int use_coherent);
|
| D | mthca_memfree.c | 361 int use_lowmem, int use_coherent) in mthca_alloc_icm_table() argument 382 table->coherent = use_coherent; in mthca_alloc_icm_table() 395 __GFP_NOWARN, use_coherent); in mthca_alloc_icm_table()
|