Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_logs.c11 int bcmfs_conf_logtype; variable
30 bcmfs_conf_logtype = rte_log_register("pmd.bcmfs_config"); in RTE_INIT()
31 if (bcmfs_conf_logtype >= 0) in RTE_INIT()
32 rte_log_set_level(bcmfs_conf_logtype, RTE_LOG_NOTICE); in RTE_INIT()
H A Dbcmfs_logs.h11 extern int bcmfs_conf_logtype;
15 rte_log(RTE_LOG_ ## level, bcmfs_conf_logtype, \