Searched refs:ft_ctx (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | cmd.c | 53 void *ft_ctx; in mlx5hws_cmd_flow_table_create() local 60 ft_ctx = MLX5_ADDR_OF(create_flow_table_in, in, flow_table_context); in mlx5hws_cmd_flow_table_create() 61 MLX5_SET(flow_table_context, ft_ctx, level, ft_attr->level); in mlx5hws_cmd_flow_table_create() 62 MLX5_SET(flow_table_context, ft_ctx, rtc_valid, ft_attr->rtc_valid); in mlx5hws_cmd_flow_table_create() 63 MLX5_SET(flow_table_context, ft_ctx, reformat_en, ft_attr->reformat_en); in mlx5hws_cmd_flow_table_create() 64 MLX5_SET(flow_table_context, ft_ctx, decap_en, ft_attr->decap_en); in mlx5hws_cmd_flow_table_create() 80 void *ft_ctx; in mlx5hws_cmd_flow_table_modify() local 87 ft_ctx = MLX5_ADDR_OF(modify_flow_table_in, in, flow_table_context); in mlx5hws_cmd_flow_table_modify() 89 MLX5_SET(flow_table_context, ft_ctx, table_miss_action, ft_attr->table_miss_action); in mlx5hws_cmd_flow_table_modify() 90 MLX5_SET(flow_table_context, ft_ctx, table_miss_id, ft_attr->table_miss_id); in mlx5hws_cmd_flow_table_modify() [all …]
|