Home
last modified time | relevance | path

Searched refs:matcher_attr (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c570 struct mlx5dv_flow_matcher_attr *matcher_attr, in mlx5_glue_dv_create_flow_matcher() argument
576 return mlx5dv_dr_matcher_create(tbl, matcher_attr->priority, in mlx5_glue_dv_create_flow_matcher()
577 matcher_attr->match_criteria_enable, in mlx5_glue_dv_create_flow_matcher()
578 matcher_attr->match_mask); in mlx5_glue_dv_create_flow_matcher()
581 return mlx5dv_create_flow_matcher(context, matcher_attr); in mlx5_glue_dv_create_flow_matcher()
585 (void)matcher_attr; in mlx5_glue_dv_create_flow_matcher()
H A Dmlx5_glue.h247 struct mlx5dv_flow_matcher_attr *matcher_attr,