Searched refs:log_cur_msg (Results 1 – 1 of 1) sorted by relevance
63 struct log_cur_msg { struct69 static RTE_DEFINE_PER_LCORE(struct log_cur_msg, log_cur_msg); argument262 return RTE_PER_LCORE(log_cur_msg).loglevel; in rte_log_cur_msg_loglevel()268 return RTE_PER_LCORE(log_cur_msg).logtype; in rte_log_cur_msg_logtype()500 RTE_PER_LCORE(log_cur_msg).loglevel = level; in rte_vlog()501 RTE_PER_LCORE(log_cur_msg).logtype = logtype; in rte_vlog()