Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c746 (priv->dr_ctx, refmt_type, in flow_hw_actions_translate()
1870 (priv->dr_ctx, tbl, in flow_hw_grp_create_cb()
1877 (priv->dr_ctx, tbl, in flow_hw_grp_create_cb()
2041 struct mlx5dr_context *dr_ctx = NULL; in flow_hw_configure() local
2061 if (priv->dr_ctx) { in flow_hw_configure()
2123 if (!dr_ctx) in flow_hw_configure()
2125 priv->dr_ctx = dr_ctx; in flow_hw_configure()
2136 (priv->dr_ctx, mlx5_hw_act_flag[i][0]); in flow_hw_configure()
2150 if (dr_ctx) in flow_hw_configure()
2178 if (!priv->dr_ctx) in flow_hw_resource_release()
[all …]
H A Dmlx5_devx.c823 (priv->dr_ctx, in mlx5_devx_hrxq_new()
H A Dmlx5.h1531 struct mlx5dr_context *dr_ctx; /**< HW steering DR context. */ member