Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h142 struct kmem_cache *fgs_cache; member
H A Dfs_core.c810 kmem_cache_free(steering->fgs_cache, fg); in del_sw_flow_group()
863 kmem_cache_free(steering->fgs_cache, fg); in dealloc_flow_group()
875 fg = kmem_cache_zalloc(steering->fgs_cache, GFP_KERNEL); in alloc_flow_group()
881 kmem_cache_free(steering->fgs_cache, fg); in alloc_flow_group()
3692 kmem_cache_destroy(steering->fgs_cache); in mlx5_fs_core_free()
3727 steering->fgs_cache = kmem_cache_create(name, in mlx5_fs_core_alloc()
3733 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()