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.h150 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()
2268 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2311 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2326 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()
2433 kmem_cache_free(steering->ftes_cache, fte); in _mlx5_add_flow_rules()
3923 kmem_cache_destroy(steering->ftes_cache); in mlx5_fs_core_free()
3965 steering->ftes_cache = kmem_cache_create(name, sizeof(struct fs_fte), 0, in mlx5_fs_core_alloc()
3967 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()