Home
last modified time | relevance | path

Searched defs:mlx5_flow_workspace (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1243 struct mlx5_flow_workspace { struct
1245 struct mlx5_flow_workspace *prev; argument
1246 struct mlx5_flow_workspace *next; argument
1247 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 …]