Searched defs:pr_warn (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | compat.h | 63 #define pr_warn(fmt, ...) pr_msg(WARNING, fmt, ##__VA_ARGS__) macro
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_compat.h | 22 #define pr_warn(y, args...) dev_warning(0, y, ##args) macro
|
| /dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | compat.h | 42 #define pr_warn(fmt, args...) prflush("WARN:" fmt, ##args) macro
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_osdep.h | 62 #define pr_warn(y, args...) dev_warn(0, y, ##args) macro
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_compat.h | 47 #define pr_warn(fmt, ...) dev_warn(0, fmt, ##__VA_ARGS__) macro
|
| /dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 83 #define pr_warn(fmt, args...) prflush("WARN:" fmt, ##args) macro
|