Searched refs:nicvf_log (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_hw.c | 139 nicvf_log("%24s = 0x%" PRIx64 "\n", in nicvf_reg_dump() 147 nicvf_log("%24s = 0x%" PRIx64 "\n", in nicvf_reg_dump() 158 nicvf_log("%30s(%d) = 0x%" PRIx64 "\n", in nicvf_reg_dump() 169 nicvf_log("%30s(%d) = 0x%" PRIx64 "\n", in nicvf_reg_dump() 180 nicvf_log("%30s(%d) = 0x%" PRIx64 "\n", in nicvf_reg_dump() 191 nicvf_log("%30s(%d) = 0x%" PRIx64 "\n", in nicvf_reg_dump() 275 nicvf_log("%s (VF%d)\n", __func__, nic->vf_id); in nicvf_handle_qset_err_intr() 285 nicvf_log("[%d]NICVF_CQ_WR_FULL\n", qidx); in nicvf_handle_qset_err_intr() 289 nicvf_log("[%d]NICVF_CQ_WR_FAULT\n", qidx); in nicvf_handle_qset_err_intr() 302 nicvf_log("[%d]NICVF_SQ_ERR_SEND\n", qidx); in nicvf_handle_qset_err_intr() [all …]
|
| H A D | nicvf_plat.h | 20 #define nicvf_log(s, ...) fprintf(stderr, s, ##__VA_ARGS__) macro
|