Searched refs:ftes_cache (Results 1 – 2 of 2) sorted by relevance
133 struct kmem_cache *ftes_cache; member
682 kmem_cache_free(steering->ftes_cache, fte); in del_sw_fte()758 fte = kmem_cache_zalloc(steering->ftes_cache, GFP_KERNEL); in alloc_fte()1915 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()1957 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()1971 kmem_cache_free(steering->ftes_cache, fte); in try_add_to_existing_fg()2078 kmem_cache_free(steering->ftes_cache, fte); in _mlx5_add_flow_rules()3346 kmem_cache_destroy(steering->ftes_cache); in mlx5_fs_core_free()3383 steering->ftes_cache = kmem_cache_create("mlx5_fs_ftes", sizeof(struct fs_fte), 0, in mlx5_fs_core_alloc()3385 if (!steering->ftes_cache || !steering->fgs_cache) { in mlx5_fs_core_alloc()
Completed in 13 milliseconds