Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_core.h132 struct kmem_cache *fgs_cache; member
A Dfs_core.c723 kmem_cache_free(steering->fgs_cache, fg); in del_sw_flow_group()
776 kmem_cache_free(steering->fgs_cache, fg); in dealloc_flow_group()
788 fg = kmem_cache_zalloc(steering->fgs_cache, GFP_KERNEL); in alloc_flow_group()
794 kmem_cache_free(steering->fgs_cache, fg); in alloc_flow_group()
3347 kmem_cache_destroy(steering->fgs_cache); in mlx5_fs_core_free()
3380 steering->fgs_cache = kmem_cache_create("mlx5_fs_fgs", in mlx5_fs_core_alloc()
3385 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()

Completed in 12 milliseconds