Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c117 struct mlx5_cache_ent *ent = &cache->ent[c]; in reg_mr_callback()
158 struct mlx5_cache_ent *ent = &cache->ent[c]; in add_keys()
219 struct mlx5_cache_ent *ent = &cache->ent[c]; in remove_keys()
255 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func()
309 struct mlx5_cache_ent *ent; in delayed_cache_work_func()
317 struct mlx5_cache_ent *ent; in cache_work_func()
319 ent = container_of(work, struct mlx5_cache_ent, work); in cache_work_func()
327 struct mlx5_cache_ent *ent; in alloc_cached_mr()
367 struct mlx5_cache_ent *ent; in free_cached_mr()
391 struct mlx5_cache_ent *ent = &cache->ent[c]; in clean_keys()
[all …]
H A Dmlx5_ib.h572 struct mlx5_cache_ent { struct
600 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument