Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h172 {MLX5_FLOW_CONTEXT_ACTION_DECAP, "DECAP"},\
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c273 if (fte->action.action & MLX5_FLOW_CONTEXT_ACTION_DECAP) { in mlx5_cmd_dr_create_fte()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1777 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in get_match_headers_criteria()
1787 return (flags & MLX5_FLOW_CONTEXT_ACTION_DECAP) ? in get_match_headers_value()
1851 headers_c = get_match_headers_criteria(MLX5_FLOW_CONTEXT_ACTION_DECAP, in __parse_cls_flower()
1853 headers_v = get_match_headers_value(MLX5_FLOW_CONTEXT_ACTION_DECAP, in __parse_cls_flower()
2714 !((actions & MLX5_FLOW_CONTEXT_ACTION_DECAP) || in actions_match_supported()
3379 action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in parse_tc_fdb_actions()
Dfs_core.c1457 MLX5_FLOW_CONTEXT_ACTION_DECAP | in check_conflicting_actions()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c2658 if (action->action & MLX5_FLOW_CONTEXT_ACTION_DECAP) in parse_flow_flow_action()
2660 action->action |= MLX5_FLOW_CONTEXT_ACTION_DECAP; in parse_flow_flow_action()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h2762 MLX5_FLOW_CONTEXT_ACTION_DECAP = 0x20, enumerator