Home
last modified time | relevance | path

Searched refs:lcores_share (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c22 if (l_const->lcores_share) { in mlx5_list_init()
55 list->l_const.lcores_share = lcores_share; in mlx5_list_create()
62 if (lcores_share) in mlx5_list_create()
162 if (l_const->lcores_share) in __list_cache_clean()
197 if (l_const->lcores_share) { in _mlx5_list_register()
216 if (!l_const->lcores_share) { in _mlx5_list_register()
292 if (l_const->lcores_share) in _mlx5_list_unregister()
302 if (!l_const->lcores_share) { in _mlx5_list_unregister()
416 if (lcores_share) in mlx5_hlist_create()
429 h->l_const.lcores_share = lcores_share; in mlx5_hlist_create()
[all …]
H A Dmlx5_common_utils.h97 bool lcores_share; /* Whether to share objects between the lcores. */ member
165 bool lcores_share,
297 bool direct_key, bool lcores_share,
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c315 bool lcores_share, void *ctx, in flow_dv_hlist_prepare() argument
331 hl = mlx5_hlist_create(s, size, direct_key, lcores_share, in flow_dv_hlist_prepare()