Home
last modified time | relevance | path

Searched refs:ptrn_mgr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_domain.c24 dmn->ptrn_mgr = mlx5dr_ptrn_mgr_create(dmn); in dr_domain_init_modify_header_resources()
25 if (!dmn->ptrn_mgr) { in dr_domain_init_modify_header_resources()
40 mlx5dr_ptrn_mgr_destroy(dmn->ptrn_mgr); in dr_domain_init_modify_header_resources()
50 mlx5dr_ptrn_mgr_destroy(dmn->ptrn_mgr); in dr_domain_destroy_modify_header_resources()
H A Ddr_ste_v1.c2234 struct mlx5dr_ptrn_mgr *ptrn_mgr; in dr_ste_v1_alloc_modify_hdr_ptrn_arg() local
2237 ptrn_mgr = action->rewrite->dmn->ptrn_mgr; in dr_ste_v1_alloc_modify_hdr_ptrn_arg()
2238 if (!ptrn_mgr) in dr_ste_v1_alloc_modify_hdr_ptrn_arg()
2250 mlx5dr_ptrn_cache_get_pattern(ptrn_mgr, in dr_ste_v1_alloc_modify_hdr_ptrn_arg()
2269 mlx5dr_ptrn_cache_put_pattern(action->rewrite->dmn->ptrn_mgr, in dr_ste_v1_free_modify_hdr_ptrn_arg()
H A Ddr_types.h949 struct mlx5dr_ptrn_mgr *ptrn_mgr; member