Searched refs:post_attr (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c112 mlx5e_tc_post_act_add(struct mlx5e_post_act *post_act, struct mlx5_flow_attr *post_attr) argument
124 post_attr->chain = 0;
125 post_attr->prio = 0;
126 post_attr->ft = post_act->ft;
127 post_attr->inner_match_level = MLX5_MATCH_NONE;
128 post_attr->outer_match_level = MLX5_MATCH_NONE;
129 post_attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_DECAP;
130 post_attr->flags |= MLX5_ATTR_FLAG_NO_IN_PORT;
135 post_attr->esw_attr->split_count = 0;
137 err = xa_alloc(&post_act->ids, &handle->id, post_attr,
[all...]
H A Dpost_act.h22 mlx5e_tc_post_act_add(struct mlx5e_post_act *post_act, struct mlx5_flow_attr *post_attr);
H A Dsample.c48 struct mlx5_flow_attr *post_attr; member in struct:mlx5e_sample_flow
350 struct mlx5_flow_attr *post_attr; local
369 post_attr = mlx5_alloc_flow_attr(MLX5_FLOW_NAMESPACE_FDB);
370 if (!post_attr) {
374 sample_flow->post_attr = post_attr;
375 memcpy(post_attr, attr, attr_sz);
379 post_attr->chain = 0;
380 post_attr->prio = 0;
381 post_attr
[all...]

Completed in 135 milliseconds