Home
last modified time | relevance | path

Searched refs:dv_create_flow_matcher (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_flow_os.h152 *matcher = mlx5_glue->dv_create_flow_matcher(ctx, attr, table); in mlx5_flow_os_create_flow_matcher()
H A Dmlx5_os.c448 matcher = mlx5_glue->dv_create_flow_matcher(priv->sh->cdev->ctx, in __mlx5_discovery_misc5_cap()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c199 priv->steer.rss[i].matcher = mlx5_glue->dv_create_flow_matcher in mlx5_vdpa_rss_flows_create()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h267 void *(*dv_create_flow_matcher) member
H A Dmlx5_glue.c1509 .dv_create_flow_matcher = mlx5_glue_dv_create_flow_matcher,