Searched refs:log_cur_msg (Results 1 – 1 of 1) sorted by relevance
61 struct log_cur_msg { struct67 static RTE_DEFINE_PER_LCORE(struct log_cur_msg, log_cur_msg); argument243 return RTE_PER_LCORE(log_cur_msg).loglevel; in rte_log_cur_msg_loglevel()249 return RTE_PER_LCORE(log_cur_msg).logtype; in rte_log_cur_msg_logtype()449 RTE_PER_LCORE(log_cur_msg).loglevel = level; in rte_vlog()450 RTE_PER_LCORE(log_cur_msg).logtype = logtype; in rte_vlog()