Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h149 struct kmem_cache *ftes_cache; member
H A Dfs_core.c770 kmem_cache_free(steering->ftes_cache, fte); in del_sw_fte()
852 fte = kmem_cache_zalloc(steering->ftes_cache, GFP_KERNEL); in alloc_fte()
2241 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2283 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2297 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2404 kmem_cache_free(steering->ftes_cache, fte); in _mlx5_add_flow_rules()
3866 kmem_cache_destroy(steering->ftes_cache); in mlx5_fs_core_free()
3906 steering->ftes_cache = kmem_cache_create(name, sizeof(struct fs_fte), 0, in mlx5_fs_core_alloc()
3908 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()