Home
last modified time | relevance | path

Searched refs:mlx5_hlist_create (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dversion.map98 mlx5_hlist_create;
H A Dmlx5_common_utils.h296 struct mlx5_hlist *mlx5_hlist_create(const char *name, uint32_t size,
H A Dmlx5_common_utils.c388 mlx5_hlist_create(const char *name, uint32_t size, bool direct_key, in mlx5_hlist_create() function
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto_dek.c144 priv->dek_hlist = mlx5_hlist_create("dek_hlist", in mlx5_crypto_dek_setup()
/dpdk/drivers/net/mlx5/
H A Dmlx5.c1640 sh->groups = mlx5_hlist_create in mlx5_alloc_hw_group_hash_list()
1681 sh->flow_tbls = mlx5_hlist_create(s, MLX5_FLOW_TABLE_HLIST_ARRAY_SIZE, in mlx5_alloc_table_hash_list()
H A Dmlx5_flow.c10370 tunnel->groups = mlx5_hlist_create("tunnel groups", 64, false, true, in mlx5_flow_tunnel_allocate()
10479 thub->groups = mlx5_hlist_create("flow groups", 64, in mlx5_alloc_tunnel_hub()
H A Dmlx5_flow_dv.c331 hl = mlx5_hlist_create(s, size, direct_key, lcores_share, in flow_dv_hlist_prepare()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1598 priv->mreg_cp_tbl = mlx5_hlist_create(MLX5_FLOW_MREG_HNAME, in mlx5_dev_spawn()