Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dsmfs.c53 u32 flow_source) in mlx5_smfs_rule_create() argument
60 return mlx5dr_rule_create(matcher, &value, num_actions, actions, flow_source); in mlx5_smfs_rule_create()
Dsmfs.h31 u32 flow_source);
/linux-6.1.9/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()
Dmlx5dr.h77 u32 flow_source);
104 u32 flow_source);
Ddr_rule.c1061 u32 flow_source) in dr_rule_skip() argument
1076 if (rx && flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT) in dr_rule_skip()
1079 if (!rx && flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK) in dr_rule_skip()
1109 rule->flow_source)) in dr_rule_create_rule_nic()
1248 u32 flow_source) in dr_rule_create_rule() argument
1263 rule->flow_source = flow_source; in dr_rule_create_rule()
1311 u32 flow_source) in mlx5dr_rule_create() argument
1317 rule = dr_rule_create_rule(matcher, value, num_actions, actions, flow_source); in mlx5dr_rule_create()
Dfs_dr.c544 u32 flow_source = fte->flow_context.flow_source; in mlx5_cmd_dr_create_fte() local
555 flow_source); in mlx5_cmd_dr_create_fte()
568 fte->flow_context.flow_source); in mlx5_cmd_dr_create_fte()
Ddr_cmd.c681 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5dr_cmd_set_fte()
682 fte->flow_context.flow_source); in mlx5dr_cmd_set_fte()
Ddr_types.h1096 u32 flow_source; member
1469 u32 flow_source);
Ddr_action.c941 u32 flow_source) in mlx5dr_action_create_mult_dest_tbl() argument
1014 flow_source); in mlx5dr_action_create_mult_dest_tbl()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h190 __field(u32, flow_source)
209 __entry->flow_source = fte->flow_context.flow_source;
/linux-6.1.9/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.c558 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte()
559 fte->flow_context.flow_source); in mlx5_cmd_set_fte()
Deswitch_offloads.c92 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep) in mlx5_eswitch_set_rule_flow_source()
96 spec->flow_context.flow_source = mlx5e_tc_int_port_get_flow_source(attr->int_port); in mlx5_eswitch_set_rule_flow_source()
101 spec->flow_context.flow_source = (attr->in_rep->vport == MLX5_VPORT_UPLINK) ? in mlx5_eswitch_set_rule_flow_source()
1047 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT; in mlx5_eswitch_add_send_to_vport_rule()
2919 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) in mlx5_esw_vport_match_metadata_supported()
/linux-6.1.9/include/linux/mlx5/
Dfs.h131 u32 flow_source; member
Dmlx5_ifc.h871 u8 flow_source[0x1]; member
3443 u8 flow_source[0x2]; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dct_fs_smfs.c333 spec->flow_context.flow_source); in mlx5_ct_fs_smfs_ct_rule_add()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dbridge.c828 if (MLX5_CAP_ESW_FLOWTABLE(bridge->br_offloads->esw->dev, flow_source) && in mlx5_esw_bridge_egress_flow_create()
830 rule_spec->flow_context.flow_source = in mlx5_esw_bridge_egress_flow_create()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c492 if (dev && MLX5_CAP_ESW_FLOWTABLE(ct_priv->dev, flow_source)) in mlx5_tc_ct_set_tuple_match()
493 spec->flow_context.flow_source = in mlx5_tc_ct_set_tuple_match()