Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c113 struct mlx5_cache_ent *ent = &cache->ent[c]; in reg_mr_callback()
154 struct mlx5_cache_ent *ent = &cache->ent[c]; in add_keys()
215 struct mlx5_cache_ent *ent = &cache->ent[c]; in remove_keys()
251 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func()
305 struct mlx5_cache_ent *ent; in delayed_cache_work_func()
313 struct mlx5_cache_ent *ent; in cache_work_func()
315 ent = container_of(work, struct mlx5_cache_ent, work); in cache_work_func()
323 struct mlx5_cache_ent *ent; in alloc_cached_mr()
363 struct mlx5_cache_ent *ent; in free_cached_mr()
387 struct mlx5_cache_ent *ent = &cache->ent[c]; in clean_keys()
[all …]
H A Dmlx5_ib.h540 struct mlx5_cache_ent { struct
568 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument