Searched refs:ftes_cache (Results 1 – 2 of 2) sorted by relevance
703 kmem_cache_free(steering->ftes_cache, fte); in del_sw_fte()779 fte = kmem_cache_zalloc(steering->ftes_cache, GFP_KERNEL); in alloc_fte()2004 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()2046 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()2060 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()2167 kmem_cache_free(steering->ftes_cache, fte); in _mlx5_add_flow_rules()3462 kmem_cache_destroy(steering->ftes_cache); in mlx5_fs_core_free()3499 steering->ftes_cache = kmem_cache_create("mlx5_fs_ftes", sizeof(struct fs_fte), 0, in mlx5_fs_core_alloc()3501 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()
140 struct kmem_cache *ftes_cache; member