Home
last modified time | relevance | path

Searched refs:shared_rss (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c8620 rss_desc->shared_rss = 0; in flow_dv_hrxq_prepare()
10633 shared_rss->hrxq_tunnel; in __flow_dv_action_rss_hrxq_lookup()
10680 if (rss_desc->shared_rss) { in __flow_dv_rss_get_hrxq()
10682 (dev, rss_desc->shared_rss, in __flow_dv_rss_get_hrxq()
10727 if (rss_desc->shared_rss) { in flow_dv_apply()
10806 if (rss_desc->shared_rss) in flow_dv_apply()
11006 shared_rss = mlx5_ipool_get in flow_dv_shared_rss_action_release()
11379 rss_desc.shared_rss = action_idx; in __flow_dv_action_rss_setup()
11531 if (!shared_rss) in __flow_dv_action_rss_release()
11699 if (!shared_rss) in __flow_dv_action_rss_update()
[all …]
H A Dmlx5_flow.c3259 struct mlx5_shared_action_rss *shared_rss; in flow_shared_actions_translate() local
3267 shared_rss = mlx5_ipool_get in flow_shared_actions_translate()
3272 &shared_rss->origin; in flow_shared_actions_translate()
3315 struct mlx5_shared_action_rss *shared_rss; in flow_get_shared_rss_action() local
3325 shared_rss = mlx5_ipool_get in flow_get_shared_rss_action()
3328 __atomic_add_fetch(&shared_rss->refcnt, 1, in flow_get_shared_rss_action()
5350 rss_desc->shared_rss = flow_get_shared_rss_action(dev, shared_actions, in flow_list_create()
5451 if (rss_desc->shared_rss) in flow_list_create()
5455 rss_desc->shared_rss))->refcnt, 1, __ATOMIC_RELAXED); in flow_list_create()
H A Dmlx5_rxq.c2330 bool standalone = !!rss_desc->shared_rss; in __mlx5_hrxq_create()
2416 if (rss_desc->shared_rss) { in mlx5_hrxq_get()
H A Dmlx5.h793 uint32_t shared_rss; /**< Shared RSS index. */ member
H A Dmlx5_flow_verbs.c1974 rss_desc->shared_rss = 0; in flow_verbs_apply()