Home
last modified time | relevance | path

Searched refs:MLX5_FLOW_CONTEXT_ACTION_DECAP (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dsample.c34 attr->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) in mlx5e_tc_act_sample_is_multi_table()
H A Dgoto.c49 MLX5_FLOW_CONTEXT_ACTION_DECAP) && in validate_goto_chain()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c129 post_attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_DECAP; in mlx5e_tc_post_act_add()
H A Dsample.c550 if (attr->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) in mlx5e_tc_sample_offload()
551 pre_attr->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in mlx5e_tc_sample_offload()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h172 {MLX5_FLOW_CONTEXT_ACTION_DECAP, "DECAP"},\
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c317 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DECAP) { in mlx5_cmd_dr_create_fte()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c161 if (action->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) in parse_flow_flow_action()
163 action->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in parse_flow_flow_action()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2442 flow->attr->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in parse_tunnel_attr()
2502 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in mlx5e_get_match_headers_value()
2509 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in mlx5e_get_match_headers_criteria()
H A Dfs_core.c1746 MLX5_FLOW_CONTEXT_ACTION_DECAP | in check_conflicting_actions()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3467 MLX5_FLOW_CONTEXT_ACTION_DECAP = 0x20, enumerator