Searched defs:mlx5_flow_workspace (Results 1 – 1 of 1) sorted by relevance
1243 struct mlx5_flow_workspace { struct1245 struct mlx5_flow_workspace *prev; argument1246 struct mlx5_flow_workspace *next; argument1247 uint32_t inuse; /* can't create new flow with current. */1248 struct mlx5_flow flows[MLX5_NUM_MAX_DEV_FLOWS];1249 struct mlx5_flow_rss_desc rss_desc;1250 uint32_t rssq_num; /* Allocated queue num in rss_desc. */1251 uint32_t flow_idx; /* Intermediate device flow index. */1253 struct mlx5_flow_meter_policy *policy;1255 struct mlx5_flow_meter_policy *final_policy;[all …]