Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_cmd.c53 void *ft_ctx; in mlx5hws_cmd_flow_table_create() local
59 ft_ctx = MLX5_ADDR_OF(create_flow_table_in, in, flow_table_context); in mlx5hws_cmd_flow_table_create()
60 MLX5_SET(flow_table_context, ft_ctx, level, ft_attr->level); in mlx5hws_cmd_flow_table_create()
61 MLX5_SET(flow_table_context, ft_ctx, rtc_valid, ft_attr->rtc_valid); in mlx5hws_cmd_flow_table_create()
62 MLX5_SET(flow_table_context, ft_ctx, reformat_en, ft_attr->reformat_en); in mlx5hws_cmd_flow_table_create()
63 MLX5_SET(flow_table_context, ft_ctx, decap_en, ft_attr->decap_en); in mlx5hws_cmd_flow_table_create()
79 void *ft_ctx; in mlx5hws_cmd_flow_table_modify() local
86 ft_ctx = MLX5_ADDR_OF(modify_flow_table_in, in, flow_table_context); in mlx5hws_cmd_flow_table_modify()
88 MLX5_SET(flow_table_context, ft_ctx, table_miss_action, ft_attr->table_miss_action); in mlx5hws_cmd_flow_table_modify()
89 MLX5_SET(flow_table_context, ft_ctx, table_miss_id, ft_attr->table_miss_id); in mlx5hws_cmd_flow_table_modify()
[all …]