Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dmr.c125 static void queue_adjust_cache_locked(struct mlx5_cache_ent *ent);
143 struct mlx5_cache_ent *ent = mr->cache_ent; in create_mkey_callback()
175 static struct mlx5_ib_mr *alloc_cache_mr(struct mlx5_cache_ent *ent, void *mkc) in alloc_cache_mr()
196 static int add_keys(struct mlx5_cache_ent *ent, unsigned int num) in add_keys()
244 static struct mlx5_ib_mr *create_cache_mr(struct mlx5_cache_ent *ent) in create_cache_mr()
281 static void remove_cache_mr_locked(struct mlx5_cache_ent *ent) in remove_cache_mr_locked()
298 static int resize_available_mrs(struct mlx5_cache_ent *ent, unsigned int target, in resize_available_mrs()
332 struct mlx5_cache_ent *ent = filp->private_data; in size_write()
370 struct mlx5_cache_ent *ent = filp->private_data; in size_read()
391 struct mlx5_cache_ent *ent = filp->private_data; in limit_write()
[all …]
Dmlx5_ib.h643 struct mlx5_cache_ent *cache_ent;
740 struct mlx5_cache_ent { struct
780 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument
1337 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent);
1356 static inline void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) {} in mlx5_odp_init_mr_cache_entry()
Dodp.c1611 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) in mlx5_odp_init_mr_cache_entry()