Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_logs.c12 int bcmfs_dp_logtype; variable
35 bcmfs_dp_logtype = rte_log_register("pmd.bcmfs_fp"); in RTE_INIT()
36 if (bcmfs_dp_logtype >= 0) in RTE_INIT()
37 rte_log_set_level(bcmfs_dp_logtype, RTE_LOG_NOTICE); in RTE_INIT()
H A Dbcmfs_logs.h12 extern int bcmfs_dp_logtype;
19 rte_log(RTE_LOG_ ## level, bcmfs_dp_logtype, \
23 bcmfs_hexdump_log(RTE_LOG_ ## level, bcmfs_dp_logtype, title, buf, len)