Home
last modified time | relevance | path

Searched refs:flow_source (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_fw.c108 u32 flow_source) in mlx5dr_fw_create_md_tbl() argument
143 fte_info.flow_context.flow_source = flow_source; in mlx5dr_fw_create_md_tbl()
Ddr_rule.c1037 u32 flow_source) in dr_rule_skip() argument
1052 if (rx && flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT) in dr_rule_skip()
1055 if (!rx && flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK) in dr_rule_skip()
1085 rule->flow_source)) in dr_rule_create_rule_nic()
1213 u32 flow_source) in dr_rule_create_rule() argument
1228 rule->flow_source = flow_source; in dr_rule_create_rule()
1274 u32 flow_source) in mlx5dr_rule_create() argument
1280 rule = dr_rule_create_rule(matcher, value, num_actions, actions, flow_source); in mlx5dr_rule_create()
Dmlx5dr.h73 u32 flow_source);
100 u32 flow_source);
Dfs_dr.c494 u32 flow_source = fte->flow_context.flow_source; in mlx5_cmd_dr_create_fte() local
500 flow_source); in mlx5_cmd_dr_create_fte()
513 fte->flow_context.flow_source); in mlx5_cmd_dr_create_fte()
Ddr_cmd.c672 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5dr_cmd_set_fte()
673 fte->flow_context.flow_source); in mlx5dr_cmd_set_fte()
Ddr_types.h1010 u32 flow_source; member
1397 u32 flow_source);
Ddr_action.c851 u32 flow_source) in mlx5dr_action_create_mult_dest_tbl() argument
920 flow_source); in mlx5dr_action_create_mult_dest_tbl()
/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h190 __field(u32, flow_source)
209 __entry->flow_source = fte->flow_context.flow_source;
/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads_termtbl.c202 if (MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) in mlx5_eswitch_offload_is_uplink_port()
203 return spec->flow_context.flow_source == in mlx5_eswitch_offload_is_uplink_port()
Dfs_cmd.c508 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte()
509 fte->flow_context.flow_source); in mlx5_cmd_set_fte()
Deswitch_offloads.c89 if (MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) && in mlx5_eswitch_set_rule_flow_source()
91 spec->flow_context.flow_source = in mlx5_eswitch_set_rule_flow_source()
963 if (MLX5_CAP_ESW_FLOWTABLE(on_esw->dev, flow_source) && in mlx5_eswitch_add_send_to_vport_rule()
965 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT; in mlx5_eswitch_add_send_to_vport_rule()
2783 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) in mlx5_esw_vport_match_metadata_supported()