Home
last modified time | relevance | path

Searched refs:MLX5_HLIST_NAMESIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h266 #define MLX5_HLIST_NAMESIZE 32 macro
341 char name[MLX5_HLIST_NAMESIZE]; /**< Name of the hash list. */
H A Dmlx5_utils.c66 snprintf(h->name, MLX5_HLIST_NAMESIZE, "%s", name); in mlx5_hlist_create()
H A Dmlx5.c1150 char s[MLX5_HLIST_NAMESIZE]; in mlx5_alloc_table_hash_list()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c228 char s[MLX5_HLIST_NAMESIZE] __rte_unused; in mlx5_alloc_shared_dr()