Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h132 struct kmem_cache *ftes_cache; member
H A Dfs_core.c775 kmem_cache_free(steering->ftes_cache, fte); in del_sw_fte()
857 fte = kmem_cache_zalloc(steering->ftes_cache, GFP_KERNEL); in alloc_fte()
2266 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2309 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2324 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2431 kmem_cache_free(steering->ftes_cache, fte); in _mlx5_add_flow_rules()
3971 kmem_cache_destroy(steering->ftes_cache); in mlx5_fs_core_free()
4013 steering->ftes_cache = kmem_cache_create(name, sizeof(struct fs_fte), 0, in mlx5_fs_core_alloc()
4015 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()