Searched refs:mlx5_cache_ent (Results 1 – 2 of 2) sorted by relevance
115 struct mlx5_cache_ent *ent = &cache->ent[c]; in reg_mr_callback()156 struct mlx5_cache_ent *ent = &cache->ent[c]; in add_keys()217 struct mlx5_cache_ent *ent = &cache->ent[c]; in remove_keys()253 static void __cache_work_func(struct mlx5_cache_ent *ent) in __cache_work_func()307 struct mlx5_cache_ent *ent; in delayed_cache_work_func()309 ent = container_of(work, struct mlx5_cache_ent, dwork.work); in delayed_cache_work_func()315 struct mlx5_cache_ent *ent; in cache_work_func()317 ent = container_of(work, struct mlx5_cache_ent, work); in cache_work_func()325 struct mlx5_cache_ent *ent; in alloc_cached_mr()365 struct mlx5_cache_ent *ent; in free_cached_mr()[all …]
588 struct mlx5_cache_ent { struct610 struct mlx5_cache_ent ent[MAX_MR_CACHE_ENTRIES]; argument