Searched refs:flow_source (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_fw.c | 108 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()
|
D | dr_rule.c | 1037 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()
|
D | mlx5dr.h | 73 u32 flow_source); 100 u32 flow_source);
|
D | fs_dr.c | 494 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()
|
D | dr_cmd.c | 672 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()
|
D | dr_types.h | 1010 u32 flow_source; member 1397 u32 flow_source);
|
D | dr_action.c | 851 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/ |
D | fs_tracepoint.h | 190 __field(u32, flow_source) 209 __entry->flow_source = fte->flow_context.flow_source;
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads_termtbl.c | 202 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()
|
D | fs_cmd.c | 508 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()
|
D | eswitch_offloads.c | 89 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()
|