| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | bwc.h | 48 u32 flow_source; member 72 u32 flow_source, 79 u32 flow_source,
|
| A D | bwc.c | 432 u32 flow_source, in mlx5hws_bwc_rule_fill_attr() argument 447 rule_attr->flow_source = flow_source; in mlx5hws_bwc_rule_fill_attr() 997 u32 flow_source, in mlx5hws_bwc_rule_create_simple() argument 1007 mlx5hws_bwc_rule_fill_attr(bwc_matcher, bwc_queue_idx, flow_source, &rule_attr); in mlx5hws_bwc_rule_create_simple() 1084 u32 flow_source, in mlx5hws_bwc_rule_create() argument 1101 bwc_rule->flow_source = flow_source; in mlx5hws_bwc_rule_create() 1102 mlx5hws_rule_skip(bwc_matcher->matcher, flow_source, in mlx5hws_bwc_rule_create() 1110 flow_source, in mlx5hws_bwc_rule_create() 1117 flow_source, in mlx5hws_bwc_rule_create() 1140 mlx5hws_bwc_rule_fill_attr(bwc_matcher, idx, bwc_rule->flow_source, in hws_bwc_rule_action_update()
|
| A D | bwc_complex.h | 44 u32 flow_source,
|
| A D | rule.h | 72 void mlx5hws_rule_skip(struct mlx5hws_matcher *matcher, u32 flow_source,
|
| A D | mlx5hws.h | 140 u32 flow_source; member 918 u32 flow_source,
|
| A D | rule.c | 6 void mlx5hws_rule_skip(struct mlx5hws_matcher *matcher, u32 flow_source, in mlx5hws_rule_skip() argument 13 if (flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT) { in mlx5hws_rule_skip() 18 if (flow_source == MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK) { in mlx5hws_rule_skip() 68 mlx5hws_rule_skip(matcher, attr->flow_source, in hws_rule_init_dep_wqe()
|
| A D | bwc_complex.c | 1158 u32 flow_source, in mlx5hws_bwc_rule_create_complex() argument 1219 flow_source, in mlx5hws_bwc_rule_create_complex() 1255 flow_source, in mlx5hws_bwc_rule_create_complex()
|
| A D | cmd.h | 27 u8 flow_source; member
|
| A D | cmd.c | 206 MLX5_SET(flow_context, in_flow_context, flow_source, fte_attr->flow_source); in mlx5hws_cmd_set_fte()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A 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()
|
| A 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()
|
| A D | mlx5dr.h | 76 u32 flow_source); 103 u32 flow_source);
|
| A D | fs_dr.c | 579 u32 flow_source = fte->act_dests.flow_context.flow_source; in mlx5_cmd_dr_create_fte() local 590 flow_source); in mlx5_cmd_dr_create_fte() 603 fte->act_dests.flow_context.flow_source); in mlx5_cmd_dr_create_fte()
|
| A 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()
|
| A D | dr_types.h | 1162 u32 flow_source; member 1565 u32 flow_source);
|
| A 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()
|
| /drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A 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()
|
| A D | smfs.h | 31 u32 flow_source);
|
| /drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| A D | fs_tracepoint.h | 190 __field(u32, flow_source) 209 __entry->flow_source = fte->act_dests.flow_context.flow_source;
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| A D | ct_fs_smfs.c | 265 spec->flow_context.flow_source); in mlx5_ct_fs_smfs_ct_rule_add() 313 ARRAY_SIZE(actions), actions, spec->flow_context.flow_source); in mlx5_ct_fs_smfs_ct_rule_update()
|
| A D | ct_fs_hmfs.c | 227 spec->flow_context.flow_source, rule_actions); in mlx5_ct_fs_hmfs_ct_rule_add()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A 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()
|
| A D | fs_cmd.c | 568 MLX5_SET(flow_context, in_flow_context, flow_source, in mlx5_cmd_set_fte() 569 fte->act_dests.flow_context.flow_source); in mlx5_cmd_set_fte()
|
| A D | eswitch_offloads.c | 87 if (!MLX5_CAP_ESW_FLOWTABLE(esw->dev, flow_source) || !attr || !attr->in_rep) in mlx5_eswitch_set_rule_flow_source() 91 spec->flow_context.flow_source = mlx5e_tc_int_port_get_flow_source(attr->int_port); in mlx5_eswitch_set_rule_flow_source() 96 spec->flow_context.flow_source = (attr->in_rep->vport == MLX5_VPORT_UPLINK) ? in mlx5_eswitch_set_rule_flow_source() 1012 if (MLX5_CAP_ESW_FLOWTABLE(on_esw->dev, flow_source) && in mlx5_eswitch_add_send_to_vport_rule() 1014 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_LOCAL_VPORT; in mlx5_eswitch_add_send_to_vport_rule()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | ipsec_fs.c | 228 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in rx_add_rule_drop_auth_trailer() 306 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in rx_add_rule_drop_replay() 377 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in ipsec_rx_status_drop_all_create() 469 spec->flow_context.flow_source = MLX5_FLOW_CONTEXT_FLOW_SOURCE_UPLINK; in ipsec_rx_status_pass_create()
|