Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h131 struct kmem_cache *fgs_cache; member
Dfs_core.c677 kmem_cache_free(steering->fgs_cache, fg); in del_sw_flow_group()
730 kmem_cache_free(steering->fgs_cache, fg); in dealloc_flow_group()
742 fg = kmem_cache_zalloc(steering->fgs_cache, GFP_KERNEL); in alloc_flow_group()
748 kmem_cache_free(steering->fgs_cache, fg); in alloc_flow_group()
3195 kmem_cache_destroy(steering->fgs_cache); in mlx5_fs_core_free()
3228 steering->fgs_cache = kmem_cache_create("mlx5_fs_fgs", in mlx5_fs_core_alloc()
3233 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()