Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmr.c94 struct mlx5_cache_ent *ent = &cache->ent[c]; in reg_mr_callback()
139 struct mlx5_cache_ent *ent = &cache->ent[c]; in add_keys()
201 struct mlx5_cache_ent *ent = &cache->ent[c]; in remove_keys()
233 struct mlx5_cache_ent *ent = filp->private_data; in size_write()
270 struct mlx5_cache_ent *ent = filp->private_data; in size_read()
291 struct mlx5_cache_ent *ent = filp->private_data; in limit_write()
324 struct mlx5_cache_ent *ent = filp->private_data; in limit_read()
354 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func()
408 struct mlx5_cache_ent *ent; in delayed_cache_work_func()
410 ent = container_of(work, struct mlx5_cache_ent, dwork.work); in delayed_cache_work_func()
[all …]
Dmlx5_ib.h665 struct mlx5_cache_ent { struct
692 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument
1256 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent);
1273 static inline void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) {} in mlx5_odp_init_mr_cache_entry()
Dodp.c1556 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) in mlx5_odp_init_mr_cache_entry()