Home
last modified time | relevance | path

Searched refs:mlx5_cache_ent (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmr.c86 struct mlx5_cache_ent *ent = &cache->ent[c]; in reg_mr_callback()
137 struct mlx5_cache_ent *ent = &cache->ent[c]; in add_keys()
191 struct mlx5_cache_ent *ent = &cache->ent[c]; in remove_keys()
218 struct mlx5_cache_ent *ent = filp->private_data; in size_write()
255 struct mlx5_cache_ent *ent = filp->private_data; in size_read()
284 struct mlx5_cache_ent *ent = filp->private_data; in limit_write()
317 struct mlx5_cache_ent *ent = filp->private_data; in limit_read()
355 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func()
409 struct mlx5_cache_ent *ent; in delayed_cache_work_func()
411 ent = container_of(work, struct mlx5_cache_ent, dwork.work); in delayed_cache_work_func()
[all …]
Dmlx5_ib.h367 struct mlx5_cache_ent { struct
395 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument