Home
last modified time | relevance | path

Searched refs:mlx5_common_logtype (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.h11 extern int mlx5_common_logtype;
16 PMD_DRV_LOG_(level, mlx5_common_logtype, MLX5_COMMON_LOG_PREFIX, \
H A Dmlx5_common.c19 int mlx5_common_logtype; variable
48 mlx5_common_logtype = rte_log_register("pmd.common.mlx5"); in RTE_INIT_PRIO()
49 if (mlx5_common_logtype >= 0) in RTE_INIT_PRIO()
50 rte_log_set_level(mlx5_common_logtype, RTE_LOG_NOTICE); in RTE_INIT_PRIO()