Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A 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()
A Dsmfs.h31 u32 flow_source);
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A 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()
A Dmlx5dr.h77 u32 flow_source);
104 u32 flow_source);
A Ddr_rule.c1088 u32 flow_source) in dr_rule_skip() argument
1103 if (rx && flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT) in dr_rule_skip()
1106 if (!rx && flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK) in dr_rule_skip()
1138 rule->flow_source)) in dr_rule_create_rule_nic()
1291 u32 flow_source) in dr_rule_create_rule() argument
1306 rule->flow_source = flow_source; in dr_rule_create_rule()
1354 u32 flow_source) in mlx5dr_rule_create() argument
1360 rule = dr_rule_create_rule(matcher, value, num_actions, actions, flow_source); in mlx5dr_rule_create()
A Dfs_dr.c565 u32 flow_source = fte->flow_context.flow_source; in mlx5_cmd_dr_create_fte() local
576 flow_source); in mlx5_cmd_dr_create_fte()
589 fte->flow_context.flow_source); in mlx5_cmd_dr_create_fte()
A Ddr_cmd.c765 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5dr_cmd_set_fte()
766 fte->flow_context.flow_source); in mlx5dr_cmd_set_fte()
A Ddr_types.h1123 u32 flow_source; member
1512 u32 flow_source);
A Ddr_action.c1144 u32 flow_source) in mlx5dr_action_create_mult_dest_tbl() argument
1217 flow_source); in mlx5dr_action_create_mult_dest_tbl()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/
A Dfs_tracepoint.h190 __field(u32, flow_source)
209 __entry->flow_source = fte->flow_context.flow_source;
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A 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()
A Dfs_cmd.c551 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte()
552 fte->flow_context.flow_source); in mlx5_cmd_set_fte()
A Deswitch_offloads.c93 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep) in mlx5_eswitch_set_rule_flow_source()
97 spec->flow_context.flow_source = mlx5e_tc_int_port_get_flow_source(attr->int_port); in mlx5_eswitch_set_rule_flow_source()
102 spec->flow_context.flow_source = (attr->in_rep->vport == MLX5_VPORT_UPLINK) ? in mlx5_eswitch_set_rule_flow_source()
872 if (MLX5_CAP_ESW_FLOWTABLE(on_esw->dev, flow_source) && in mlx5_eswitch_add_send_to_vport_rule()
874 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT; in mlx5_eswitch_add_send_to_vport_rule()
2834 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source)) in mlx5_esw_vport_match_metadata_supported()
/linux-6.3-rc2/include/linux/mlx5/
A Dfs.h135 u32 flow_source; member
A Dmlx5_ifc.h883 u8 flow_source[0x1]; member
3533 u8 flow_source[0x2]; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dct_fs_smfs.c333 spec->flow_context.flow_source); in mlx5_ct_fs_smfs_ct_rule_add()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/
A 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.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_ct.c493 if (dev && MLX5_CAP_ESW_FLOWTABLE(ct_priv->dev, flow_source)) in mlx5_tc_ct_set_tuple_match()
494 spec->flow_context.flow_source = in mlx5_tc_ct_set_tuple_match()

Completed in 109 milliseconds