Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h121 struct kmem_cache *fgs_cache; member
H A Dmlx5_fs_core.c700 kmem_cache_free(steering->fgs_cache, fg); in del_sw_flow_group()
751 kmem_cache_free(steering->fgs_cache, fg); in dealloc_flow_group()
762 fg = kmem_cache_zalloc(steering->fgs_cache, GFP_KERNEL); in alloc_flow_group()
3246 kmem_cache_destroy(steering->fgs_cache); in mlx5_fs_core_free()
3276 steering->fgs_cache = kmem_cache_create("mlx5_fs_fgs", in mlx5_fs_core_alloc()
3281 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()