/dpdk/drivers/common/dpaax/caamflib/ |
H A D | compat.h | 46 #define pr_msg(l, fmt, ...) do { } while (0) argument 48 #define pr_msg(l, fmt, ...) \ argument 54 #define pr_debug(fmt, ...) pr_msg(DEBUG, fmt, ##__VA_ARGS__) argument 56 #define pr_debug(fmt, ...) do { } while (0) argument 61 #define pr_err(fmt, ...) pr_msg(ERR, fmt, ##__VA_ARGS__) argument 65 #define pr_warn(fmt, ...) pr_msg(WARNING, fmt, ##__VA_ARGS__) argument
|
/dpdk/drivers/net/cxgbe/ |
H A D | cxgbe_compat.h | 27 #define dev_printf(level, logtype, fmt, ...) \ argument 31 #define dev_err(x, fmt, ...) \ argument 33 #define dev_info(x, fmt, ...) \ argument 35 #define dev_warn(x, fmt, ...) \ argument 37 #define dev_debug(x, fmt, ...) \ argument 40 #define CXGBE_DEBUG_MBOX(x, fmt, ...) \ argument 46 #define pr_err(fmt, ...) dev_err(0, fmt, ##__VA_ARGS__) argument 47 #define pr_warn(fmt, ...) dev_warn(0, fmt, ##__VA_ARGS__) argument 48 #define pr_info(fmt, ...) dev_info(0, fmt, ##__VA_ARGS__) argument
|
/dpdk/drivers/raw/ifpga/base/ |
H A D | opae_debug.h | 9 #define opae_log(fmt, args...) printf(fmt, ## args) argument
|
/dpdk/lib/stack/ |
H A D | stack_pvt.h | 22 #define STACK_LOG_INFO(fmt, ...) \ argument
|
/dpdk/drivers/net/bnx2x/ |
H A D | elink.h | 102 #define ELINK_DEBUG_P0(sc, fmt) elink_cb_dbg(sc, fmt) argument 103 #define ELINK_DEBUG_P1(sc, fmt, arg1) elink_cb_dbg1(sc, fmt, arg1) argument 104 #define ELINK_DEBUG_P2(sc, fmt, arg1, arg2) \ argument 106 #define ELINK_DEBUG_P3(sc, fmt, arg1, arg2, arg3) \ argument 109 #define ELINK_DEBUG_P0(sc, fmt) PMD_DRV_LOG(DEBUG, sc, fmt) argument 110 #define ELINK_DEBUG_P1(sc, fmt, arg1) \ argument 112 #define ELINK_DEBUG_P2(sc, fmt, arg1, arg2) \ argument 114 #define ELINK_DEBUG_P3(sc, fmt, arg1, arg2, arg3) \ argument
|
/dpdk/examples/ipsec-secgw/ |
H A D | parser.h | 19 APP_CHECK(exp,st,fmt,...) global() argument
|
/dpdk/lib/cmdline/ |
H A D | cmdline_cirbuf.h | 26 #define dprintf_(fmt, ...) printf("line %3.3d - " fmt "%.0s", __LINE__, __VA_ARGS__) argument
|
H A D | cmdline.c | 120 cmdline_printf(const struct cmdline *cl, const char *fmt, ...) in cmdline_printf()
|
/dpdk/drivers/common/cnxk/ |
H A D | roc_cpt_debug.c | 8 #define cpt_dump(file, fmt, ...) do { \ argument
|
/dpdk/usertools/ |
H A D | dpdk-telemetry-exporter.py | 363 def log_message(self, fmt, *args): argument
|
/dpdk/lib/eal/include/ |
H A D | rte_common.h | 725 RTE_FMT(fmt,...) global() argument 726 RTE_FMT_HEAD(fmt,...) global() argument 727 RTE_FMT_TAIL(fmt,...) global() argument
|
/dpdk/lib/log/ |
H A D | rte_log.h | 363 #define RTE_LOG_CHECK_NO_NEWLINE(fmt) \ argument
|
/dpdk/lib/graph/ |
H A D | graph_private.h | 40 #define SET_ERR_JMP(err, where, fmt, ...) \ argument
|
/dpdk/buildtools/ |
H A D | pmdinfogen.py | 239 def load_image(fmt, path): argument
|
/dpdk/lib/eal/common/ |
H A D | eal_common_trace_ctf.c | 19 metadata_printf(char **str, const char *fmt, ...) in metadata_printf()
|
/dpdk/lib/bbdev/ |
H A D | rte_bbdev.c | 37 #define rte_bbdev_log_debug(fmt, ...) \ argument
|
/dpdk/examples/fips_validation/ |
H A D | fips_validation.h | 12 #define FIPS_PARSE_ERR(fmt, args) \ argument
|
/dpdk/drivers/net/enic/ |
H A D | enic_fm_flow.c | 1318 struct fm_tcam_match_entry *fmt, in enic_fm_copy_vxlan_decap() 1619 struct fm_tcam_match_entry *fmt; in enic_fm_copy_action() local
|
/dpdk/app/test/ |
H A D | test_security.c | 155 #define TEST_ASSERT_MOCK_FUNCTION_CALL_RET(f_name, f_ret, exp_ret, fmt) \ argument
|