Searched refs:direct_key (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_utils.h | 257 bool direct_key; /* Whether to use the key directly as hash index. */ member 297 bool direct_key, bool lcores_share,
|
| H A D | mlx5_common_utils.c | 388 mlx5_hlist_create(const char *name, uint32_t size, bool direct_key, in mlx5_hlist_create() argument 437 h->direct_key = direct_key; in mlx5_hlist_create() 457 if (h->direct_key) in mlx5_hlist_lookup() 471 if (h->direct_key) in mlx5_hlist_register()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 314 const char *name, uint32_t size, bool direct_key, in flow_dv_hlist_prepare() argument 331 hl = mlx5_hlist_create(s, size, direct_key, lcores_share, in flow_dv_hlist_prepare()
|