Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h139 struct kmem_cache *fgs_cache; member
Dfs_core.c744 kmem_cache_free(steering->fgs_cache, fg); in del_sw_flow_group()
797 kmem_cache_free(steering->fgs_cache, fg); in dealloc_flow_group()
809 fg = kmem_cache_zalloc(steering->fgs_cache, GFP_KERNEL); in alloc_flow_group()
815 kmem_cache_free(steering->fgs_cache, fg); in alloc_flow_group()
3463 kmem_cache_destroy(steering->fgs_cache); in mlx5_fs_core_free()
3496 steering->fgs_cache = kmem_cache_create("mlx5_fs_fgs", in mlx5_fs_core_alloc()
3501 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()