Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1103 uint32_t rssq_num; /* Allocated queue num in rss_desc. */ member
H A Dmlx5_flow.c5200 if (likely(nrssq_num <= wks->rssq_num)) in flow_rss_workspace_adjust()
5208 wks->rssq_num = RTE_ALIGN(nrssq_num, 2); in flow_rss_workspace_adjust()
5750 data->rssq_num = MLX5_RSSQ_DEFAULT_NUM; in flow_alloc_thread_workspace()