Searched refs:ptrn_mgr (Results 1 – 3 of 3) sorted by relevance
24 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()
2234 struct mlx5dr_ptrn_mgr *ptrn_mgr; in dr_ste_v1_alloc_modify_hdr_ptrn_arg() local2237 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()
949 struct mlx5dr_ptrn_mgr *ptrn_mgr; member