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() 26 mlx5dr_err(dmn, "Couldn't create ptrn_mgr\n"); 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()
2098 struct mlx5dr_ptrn_mgr *ptrn_mgr; in dr_ste_v1_alloc_modify_hdr_ptrn_arg() local 2101 ptrn_mgr = action->rewrite->dmn->ptrn_mgr; in dr_ste_v1_alloc_modify_hdr_ptrn_arg() 2102 if (!ptrn_mgr) in dr_ste_v1_alloc_modify_hdr_ptrn_arg() 2114 mlx5dr_ptrn_cache_get_pattern(ptrn_mgr, in dr_ste_v1_alloc_modify_hdr_ptrn_arg() 2133 mlx5dr_ptrn_cache_put_pattern(action->rewrite->dmn->ptrn_mgr, in dr_ste_v1_free_modify_hdr_ptrn_arg()
945 struct mlx5dr_ptrn_mgr *ptrn_mgr; member