Lines Matching refs:mlx5_cache_ent

121 static void queue_adjust_cache_locked(struct mlx5_cache_ent *ent);
144 static int push_mkey(struct mlx5_cache_ent *ent, bool limit_pendings, in push_mkey()
201 static void undo_push_reserve_mkey(struct mlx5_cache_ent *ent) in undo_push_reserve_mkey()
210 static void push_to_reserved(struct mlx5_cache_ent *ent, u32 mkey) in push_to_reserved()
219 static u32 pop_stored_mkey(struct mlx5_cache_ent *ent) in pop_stored_mkey()
244 struct mlx5_cache_ent *ent = mkey_out->ent; in create_mkey_callback()
290 static void set_cache_mkc(struct mlx5_cache_ent *ent, void *mkc) in set_cache_mkc()
304 static int add_keys(struct mlx5_cache_ent *ent, unsigned int num) in add_keys()
344 static int create_cache_mkey(struct mlx5_cache_ent *ent, u32 *mkey) in create_cache_mkey()
367 static void remove_cache_mr_locked(struct mlx5_cache_ent *ent) in remove_cache_mr_locked()
380 static int resize_available_mrs(struct mlx5_cache_ent *ent, unsigned int target, in resize_available_mrs()
415 struct mlx5_cache_ent *ent = filp->private_data; in size_write()
453 struct mlx5_cache_ent *ent = filp->private_data; in size_read()
474 struct mlx5_cache_ent *ent = filp->private_data; in limit_write()
498 struct mlx5_cache_ent *ent = filp->private_data; in limit_read()
521 struct mlx5_cache_ent *ent = &cache->ent[i]; in someone_adding()
538 static void queue_adjust_cache_locked(struct mlx5_cache_ent *ent) in queue_adjust_cache_locked()
567 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func()
634 struct mlx5_cache_ent *ent; in delayed_cache_work_func()
636 ent = container_of(work, struct mlx5_cache_ent, dwork.work); in delayed_cache_work_func()
641 struct mlx5_cache_ent *ent, in mlx5_mr_cache_alloc()
683 struct mlx5_cache_ent *ent = &cache->ent[c]; in clean_keys()
709 struct mlx5_cache_ent *ent; in mlx5_mkey_cache_debugfs_init()
739 struct mlx5_cache_ent *ent; in mlx5_mkey_cache_init()
795 struct mlx5_cache_ent *ent = &dev->cache.ent[i]; in mlx5_mkey_cache_cleanup()
880 static struct mlx5_cache_ent *mkey_cache_ent_from_order(struct mlx5_ib_dev *dev, in mkey_cache_ent_from_order()
920 struct mlx5_cache_ent *ent; in alloc_cacheable_mr()