Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dsample.c34 attr->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) in mlx5e_tc_act_sample_is_multi_table()
Dgoto.c49 MLX5_FLOW_CONTEXT_ACTION_DECAP) && in validate_goto_chain()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c123 post_attr->action &= ~MLX5_FLOW_CONTEXT_ACTION_DECAP; in mlx5e_tc_post_act_add()
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()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h172 {MLX5_FLOW_CONTEXT_ACTION_DECAP, "DECAP"},\
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c317 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DECAP) { in mlx5_cmd_dr_create_fte()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
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()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2438 flow->attr->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in parse_tunnel_attr()
2498 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in mlx5e_get_match_headers_value()
2505 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in mlx5e_get_match_headers_criteria()
Dfs_core.c1736 MLX5_FLOW_CONTEXT_ACTION_DECAP | in check_conflicting_actions()
/Linux-v6.6/include/linux/mlx5/
Dmlx5_ifc.h3466 MLX5_FLOW_CONTEXT_ACTION_DECAP = 0x20, enumerator