Searched refs:mlx5_cache_ent (Results 1 – 2 of 2) sorted by relevance
113 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 …]
540 struct mlx5_cache_ent { struct568 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument