Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c416 act_data->shared_rss.idx = idx; in __flow_hw_act_data_shared_rss_append()
446 struct mlx5_shared_action_rss *shared_rss; in flow_hw_shared_action_translate() local
454 shared_rss = mlx5_ipool_get in flow_hw_shared_action_translate()
796 rss_desc.level = act_data->shared_rss.level; in flow_hw_shared_action_get()
843 struct mlx5_shared_action_rss *shared_rss; in flow_hw_shared_action_construct() local
854 shared_rss = mlx5_ipool_get in flow_hw_shared_action_construct()
856 if (!shared_rss) in flow_hw_shared_action_construct()
858 act_data.shared_rss.idx = idx; in flow_hw_shared_action_construct()
859 act_data.shared_rss.level = shared_rss->origin.level; in flow_hw_shared_action_construct()
860 act_data.shared_rss.types = !shared_rss->origin.types ? in flow_hw_shared_action_construct()
[all …]
H A Dmlx5_flow_dv.c11314 uint32_t shared_rss = rss_desc->shared_rss; in flow_dv_hrxq_prepare() local
11321 rss_desc->shared_rss = 0; in flow_dv_hrxq_prepare()
11326 rss_desc->shared_rss = shared_rss; in flow_dv_hrxq_prepare()
14249 rss_desc->shared_rss, in flow_dv_apply()
14504 shared_rss = mlx5_ipool_get in flow_dv_shared_rss_action_release()
14984 if (!shared_rss->ind_tbl) in __flow_dv_action_rss_setup()
15064 if (!shared_rss) { in __flow_dv_action_rss_create()
15100 if (shared_rss) { in __flow_dv_action_rss_create()
15101 if (shared_rss->ind_tbl) in __flow_dv_action_rss_create()
15135 if (!shared_rss) in __flow_dv_action_rss_release()
[all …]
H A Dmlx5_flow.c1398 struct mlx5_shared_action_rss *shared_rss; in flow_drv_rxq_flags_set() local
1400 shared_rss = mlx5_ipool_get in flow_drv_rxq_flags_set()
1403 if (shared_rss) in flow_drv_rxq_flags_set()
1404 ind_tbl = shared_rss->ind_tbl; in flow_drv_rxq_flags_set()
1506 shared_rss = mlx5_ipool_get in flow_drv_rxq_flags_trim()
1509 if (shared_rss) in flow_drv_rxq_flags_trim()
1510 ind_tbl = shared_rss->ind_tbl; in flow_drv_rxq_flags_trim()
4195 shared_rss = mlx5_ipool_get in flow_action_handles_translate()
4200 &shared_rss->origin; in flow_action_handles_translate()
4268 shared_rss = mlx5_ipool_get in flow_get_shared_rss_action()
[all …]
H A Dmlx5_rxq.c2908 bool standalone = !!rss_desc->shared_rss; in __mlx5_hrxq_create()
3009 if (rss_desc->shared_rss) { in mlx5_hrxq_get()
H A Dmlx5_flow.h1058 } shared_rss; member
H A Dmlx5.h1297 uint32_t shared_rss; /**< Shared RSS index. */ member
H A Dmlx5_flow_verbs.c1995 rss_desc->shared_rss = 0; in flow_verbs_apply()