Home
last modified time | relevance | path

Searched defs:pr_debug (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h52 #define pr_debug(fmt, ...) pr_msg(DEBUG, fmt, ##__VA_ARGS__) macro
54 #define pr_debug(fmt, ...) do { } while (0) macro
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dcompat.h59 #define pr_debug(fmt, args...) printf(fmt, ##args) macro
70 #define pr_debug(fmt, args...) {} macro
/dpdk/drivers/common/dpaax/
H A Dcompat.h90 #define pr_debug(fmt, args...) printf(fmt, ##args) macro
92 #define pr_debug(fmt, args...) {} macro