Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c104 post_attr->action &= ~(MLX5_FLOW_CONTEXT_ACTION_DECAP); in mlx5e_tc_post_act_add()
Dsample.c531 attr->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) { in mlx5e_tc_sample_offload()
586 pre_attr->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in mlx5e_tc_sample_offload()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h172 {MLX5_FLOW_CONTEXT_ACTION_DECAP, "DECAP"},\
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c290 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DECAP) { in mlx5_cmd_dr_create_fte()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c1785 pre_ct_attr->action = attr->action & MLX5_FLOW_CONTEXT_ACTION_DECAP; in __mlx5_tc_ct_flow_offload()
1817 if ((pre_ct_attr->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) && in __mlx5_tc_ct_flow_offload()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c171 if (action->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) in parse_flow_flow_action()
173 action->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in parse_flow_flow_action()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1932 flow->attr->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in parse_tunnel_attr()
1993 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in get_match_headers_value()
2001 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in get_match_headers_criteria()
3350 MLX5_FLOW_CONTEXT_ACTION_DECAP) && in validate_goto_chain()
Dfs_core.c1541 MLX5_FLOW_CONTEXT_ACTION_DECAP | in check_conflicting_actions()
/Linux-v5.15/include/linux/mlx5/
Dmlx5_ifc.h3147 MLX5_FLOW_CONTEXT_ACTION_DECAP = 0x20, enumerator