/linux-6.8/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.8/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 | 1088 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()
|
D | mlx5dr.h | 78 u32 flow_source); 105 u32 flow_source);
|
D | fs_dr.c | 580 u32 flow_source = fte->flow_context.flow_source; in mlx5_cmd_dr_create_fte() local 591 flow_source); in mlx5_cmd_dr_create_fte() 604 fte->flow_context.flow_source); in mlx5_cmd_dr_create_fte()
|
D | dr_cmd.c | 830 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5dr_cmd_set_fte() 831 fte->flow_context.flow_source); in mlx5dr_cmd_set_fte()
|
D | dr_types.h | 1162 u32 flow_source; member 1561 u32 flow_source);
|
D | dr_action.c | 1178 u32 flow_source) in mlx5dr_action_create_mult_dest_tbl() argument 1272 flow_source); in mlx5dr_action_create_mult_dest_tbl()
|
/linux-6.8/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.8/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 | 567 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte() 568 fte->flow_context.flow_source); in mlx5_cmd_set_fte()
|
D | eswitch_offloads.c | 86 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep) in mlx5_eswitch_set_rule_flow_source() 90 spec->flow_context.flow_source = mlx5e_tc_int_port_get_flow_source(attr->int_port); in mlx5_eswitch_set_rule_flow_source() 95 spec->flow_context.flow_source = (attr->in_rep->vport == MLX5_VPORT_UPLINK) ? in mlx5_eswitch_set_rule_flow_source() 1003 if (MLX5_CAP_ESW_FLOWTABLE(on_esw->dev, flow_source) && in mlx5_eswitch_add_send_to_vport_rule() 1005 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT; in mlx5_eswitch_add_send_to_vport_rule()
|
/linux-6.8/include/linux/mlx5/ |
D | fs.h | 141 u32 flow_source; member
|
D | mlx5_ifc.h | 903 u8 flow_source[0x1]; member 3580 u8 flow_source[0x2]; member
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | ct_fs_smfs.c | 338 spec->flow_context.flow_source); in mlx5_ct_fs_smfs_ct_rule_add()
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 199 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in rx_add_rule_drop_auth_trailer() 280 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in rx_add_rule_drop_replay() 353 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in ipsec_rx_status_drop_all_create() 402 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in ipsec_rx_status_pass_create()
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge.c | 756 if (MLX5_CAP_ESW_FLOWTABLE(bridge->br_offloads->esw->dev, flow_source) && in mlx5_esw_bridge_egress_flow_create() 758 rule_spec->flow_context.flow_source = in mlx5_esw_bridge_egress_flow_create()
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 487 if (dev && MLX5_CAP_ESW_FLOWTABLE(ct_priv->dev, flow_source)) in mlx5_tc_ct_set_tuple_match() 488 spec->flow_context.flow_source = in mlx5_tc_ct_set_tuple_match()
|