Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmr.c132 struct mlx5_cache_ent *ent = &cache->ent[c]; in reg_mr_callback()
177 struct mlx5_cache_ent *ent = &cache->ent[c]; in add_keys()
239 struct mlx5_cache_ent *ent = &cache->ent[c]; in remove_keys()
272 struct mlx5_cache_ent *ent = filp->private_data; in size_write()
309 struct mlx5_cache_ent *ent = filp->private_data; in size_read()
330 struct mlx5_cache_ent *ent = filp->private_data; in limit_write()
363 struct mlx5_cache_ent *ent = filp->private_data; in limit_read()
393 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func()
447 struct mlx5_cache_ent *ent; in delayed_cache_work_func()
449 ent = container_of(work, struct mlx5_cache_ent, dwork.work); in delayed_cache_work_func()
[all …]
Dmlx5_ib.h612 struct mlx5_cache_ent { struct
645 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument
1145 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent);
1157 static inline void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) {} in mlx5_odp_init_mr_cache_entry()
Dodp.c1180 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) in mlx5_odp_init_mr_cache_entry()