Searched refs:rte_log_register (Results 1 – 11 of 11) sorted by relevance
30 e1000_logtype_init = rte_log_register("pmd.net.e1000.init"); in e1000_igb_init_log()33 e1000_logtype_driver = rte_log_register("pmd.net.e1000.driver"); in e1000_igb_init_log()38 e1000_logtype_rx = rte_log_register("pmd.net.e1000.rx"); in e1000_igb_init_log()44 e1000_logtype_tx = rte_log_register("pmd.net.e1000.tx"); in e1000_igb_init_log()50 e1000_logtype_tx_free = rte_log_register("pmd.net.e1000.tx_free"); in e1000_igb_init_log()
30 bcmfs_conf_logtype = rte_log_register("pmd.bcmfs_config"); in RTE_INIT()35 bcmfs_dp_logtype = rte_log_register("pmd.bcmfs_fp"); in RTE_INIT()
69 logtype1 = rte_log_register("logtype1"); in test_logs()74 logtype2 = rte_log_register("logtype2"); in test_logs()
218 int rte_log_register(const char *name);
236 int rte_log_register(const char *name);
286 rte_log_register(const char *name) in rte_log_register() function319 type = rte_log_register(name); in rte_log_register_type_and_pick_level()
79 rte_log_register
112 rte_log_register;
48 mlx5_common_logtype = rte_log_register("pmd.common.mlx5"); in RTE_INIT_PRIO()
647 int my_logtype1 = rte_log_register("myapp.log1");648 int my_logtype2 = rte_log_register("myapp.log2");
3827 testpmd_logtype = rte_log_register("testpmd"); in main()