Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_mbox.c103 nicvf_log_error("PF didn't ack to msg 0x%02x %s VF%d (%d/%d)", in nicvf_mbox_send_msg_to_pf()
161 nicvf_log_error("Received %" PRIu8 "/%" PRIu8 in nicvf_handle_mbx_intr()
169 nicvf_log_error("Received secondary qset[%zu] " in nicvf_handle_mbx_intr()
179 nicvf_log_error("Invalid message from PF, msg_id=0x%hhx %s", in nicvf_handle_mbx_intr()
H A Dnicvf_plat.h14 #define nicvf_log_error(s, ...) PMD_DRV_LOG(ERR, s, ##__VA_ARGS__) macro