/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | smfs.c | 53 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()
|
D | smfs.h | 31 u32 flow_source);
|
/linux-6.1.9/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 | mlx5dr.h | 77 u32 flow_source); 104 u32 flow_source);
|
D | dr_rule.c | 1061 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()
|
D | fs_dr.c | 544 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()
|
D | dr_cmd.c | 681 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()
|
D | dr_types.h | 1096 u32 flow_source; member 1469 u32 flow_source);
|
D | dr_action.c | 941 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/ |
D | fs_tracepoint.h | 190 __field(u32, flow_source) 209 __entry->flow_source = fte->flow_context.flow_source;
|
/linux-6.1.9/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 | 558 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()
|
D | eswitch_offloads.c | 92 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/ |
D | fs.h | 131 u32 flow_source; member
|
D | mlx5_ifc.h | 871 u8 flow_source[0x1]; member 3443 u8 flow_source[0x2]; member
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | ct_fs_smfs.c | 333 spec->flow_context.flow_source); in mlx5_ct_fs_smfs_ct_rule_add()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge.c | 828 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/ |
D | tc_ct.c | 492 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()
|