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.h143 struct kmem_cache *ftes_cache; member
H A Dfs_core.c769 kmem_cache_free(steering->ftes_cache, fte); in del_sw_fte()
845 fte = kmem_cache_zalloc(steering->ftes_cache, GFP_KERNEL); in alloc_fte()
2234 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2276 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2290 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2397 kmem_cache_free(steering->ftes_cache, fte); in _mlx5_add_flow_rules()
3691 kmem_cache_destroy(steering->ftes_cache); in mlx5_fs_core_free()
3731 steering->ftes_cache = kmem_cache_create(name, sizeof(struct fs_fte), 0, in mlx5_fs_core_alloc()
3733 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()