/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | bwc.h | 48 u32 flow_source; member 72 u32 flow_source, 79 u32 flow_source,
|
H A D | bwc.c | 460 u32 flow_source, in mlx5hws_bwc_rule_fill_attr() argument 475 rule_attr->flow_source = flow_source; in mlx5hws_bwc_rule_fill_attr() 1025 u32 flow_source, in mlx5hws_bwc_rule_create_simple() argument 1035 mlx5hws_bwc_rule_fill_attr(bwc_matcher, bwc_queue_idx, flow_source, &rule_attr); in mlx5hws_bwc_rule_create_simple() 1127 u32 flow_source, in mlx5hws_bwc_rule_create() argument 1144 bwc_rule->flow_source = flow_source; in mlx5hws_bwc_rule_create() 1145 mlx5hws_rule_skip(bwc_matcher->matcher, flow_source, in mlx5hws_bwc_rule_create() 1153 flow_source, in mlx5hws_bwc_rule_create() 1160 flow_source, in mlx5hws_bwc_rule_create() 1183 mlx5hws_bwc_rule_fill_attr(bwc_matcher, idx, bwc_rule->flow_source, in hws_bwc_rule_action_update()
|
H A D | rule.h | 72 void mlx5hws_rule_skip(struct mlx5hws_matcher *matcher, u32 flow_source,
|
H A D | mlx5hws.h | 141 u32 flow_source; member 919 u32 flow_source,
|
H 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()
|
H A D | cmd.h | 27 u8 flow_source; member
|
H 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()
|
H A D | cmd.c | 207 MLX5_SET(flow_context, in_flow_context, flow_source, fte_attr->flow_source); in mlx5hws_cmd_set_fte()
|
H A D | fs_hws.c | 1096 fte->act_dests.flow_context.flow_source, in mlx5_cmd_hws_create_fte()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H 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()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | mlx5dr.h | 76 u32 flow_source); 103 u32 flow_source);
|
H A D | dr_types.h | 1162 u32 flow_source; member 1565 u32 flow_source);
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H 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()
|
H 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()
|
/linux/include/linux/mlx5/ |
H A D | fs.h | 146 u32 flow_source; member
|
H A D | mlx5_ifc.h | 950 u8 flow_source[0x1]; member 3874 u8 flow_source[0x2]; 3872 u8 flow_source[0x2]; global() member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | ct_fs_hmfs.c | 229 spec->flow_context.flow_source, rule_actions); in mlx5_ct_fs_hmfs_ct_rule_add()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H 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()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge.c | 759 if (MLX5_CAP_ESW_FLOWTABLE(bridge->br_offloads->esw->dev, flow_source) && in mlx5_esw_bridge_egress_flow_create() 761 rule_spec->flow_context.flow_source = in mlx5_esw_bridge_egress_flow_create()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_ct.c | 497 if (dev && MLX5_CAP_ESW_FLOWTABLE(ct_priv->dev, flow_source)) in mlx5_tc_ct_set_tuple_match() 498 spec->flow_context.flow_source = in mlx5_tc_ct_set_tuple_match()
|