Lines Matching defs:flow_context
199 struct mlx5_flow_context *flow_context = &spec->flow_context;
520 flow_context->flow_tag = ib_spec->flow_tag.tag_id;
521 flow_context->flags |= FLOW_CONTEXT_HAS_TAG;
616 !(spec->flow_context.flags & FLOW_CONTEXT_HAS_TAG))) ?
1005 if ((spec->flow_context.flags & FLOW_CONTEXT_HAS_TAG) &&
1009 spec->flow_context.flow_tag, flow_attr->type);
1390 struct mlx5_flow_context *flow_context,
1413 spec->flow_context = *flow_context;
1477 struct mlx5_flow_context *flow_context, struct mlx5_flow_act *flow_act,
1532 fs_matcher, flow_context, flow_act,
1926 struct mlx5_flow_context flow_context = {.flow_tag =
2008 ret = uverbs_copy_from(&flow_context.flow_tag, attrs,
2011 if (flow_context.flow_tag >= BIT(24)) {
2015 flow_context.flags |= FLOW_CONTEXT_HAS_TAG;
2019 raw_fs_rule_add(dev, fs_matcher, &flow_context, &flow_act,