Searched refs:ft_ctx (Results 1 – 1 of 1) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | cmd.c | 53 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() 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() 90 MLX5_SET(flow_table_context, ft_ctx, hws.rtc_id_0, ft_attr->rtc_id_0); in mlx5hws_cmd_flow_table_modify() 91 MLX5_SET(flow_table_context, ft_ctx, hws.rtc_id_1, ft_attr->rtc_id_1); in mlx5hws_cmd_flow_table_modify() 103 void *ft_ctx; in mlx5hws_cmd_flow_table_query() local [all …]
|
Completed in 6 milliseconds