Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dmr.c112 static void queue_adjust_cache_locked(struct mlx5_cache_ent *ent);
138 struct mlx5_cache_ent *ent = mr->cache_ent; in create_mkey_callback()
168 static struct mlx5_ib_mr *alloc_cache_mr(struct mlx5_cache_ent *ent, void *mkc) in alloc_cache_mr()
191 static int add_keys(struct mlx5_cache_ent *ent, unsigned int num) in add_keys()
239 static struct mlx5_ib_mr *create_cache_mr(struct mlx5_cache_ent *ent) in create_cache_mr()
276 static void remove_cache_mr_locked(struct mlx5_cache_ent *ent) in remove_cache_mr_locked()
293 static int resize_available_mrs(struct mlx5_cache_ent *ent, unsigned int target, in resize_available_mrs()
327 struct mlx5_cache_ent *ent = filp->private_data; in size_write()
365 struct mlx5_cache_ent *ent = filp->private_data; in size_read()
386 struct mlx5_cache_ent *ent = filp->private_data; in limit_write()
[all …]
Dmlx5_ib.h605 struct mlx5_cache_ent *cache_ent;
668 struct mlx5_cache_ent { struct
708 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument
1279 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent);
1297 static inline void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) {} in mlx5_odp_init_mr_cache_entry()
Dodp.c1655 void mlx5_odp_init_mr_cache_entry(struct mlx5_cache_ent *ent) in mlx5_odp_init_mr_cache_entry()