Lines Matching defs:flow_context
189 struct mlx5_flow_context *flow_context = &spec->flow_context;
503 flow_context->flow_tag = ib_spec->flow_tag.tag_id;
504 flow_context->flags |= FLOW_CONTEXT_HAS_TAG;
1134 if ((spec->flow_context.flags & FLOW_CONTEXT_HAS_TAG) &&
1138 spec->flow_context.flow_tag, flow_attr->type);
1518 struct mlx5_flow_context *flow_context,
1541 spec->flow_context = *flow_context;
1605 struct mlx5_flow_context *flow_context, struct mlx5_flow_act *flow_act,
1661 fs_matcher, flow_context, flow_act,
1905 struct mlx5_flow_context flow_context = {.flow_tag =
1987 ret = uverbs_copy_from(&flow_context.flow_tag, attrs,
1990 if (flow_context.flow_tag >= BIT(24)) {
1994 flow_context.flags |= FLOW_CONTEXT_HAS_TAG;
1998 raw_fs_rule_add(dev, fs_matcher, &flow_context, &flow_act,