Go to the documentation of this file. 1 #ifndef __BNX2FC_DEBUG__
2 #define __BNX2FC_DEBUG__
14 #define BNX2FC_ELS_DBG(fmt, ...) \
16 if (unlikely(bnx2fc_debug_level & LOG_ELS)) \
17 pr_info(fmt, ##__VA_ARGS__); \
20 #define BNX2FC_MISC_DBG(fmt, ...) \
22 if (unlikely(bnx2fc_debug_level & LOG_MISC)) \
23 pr_info(fmt, ##__VA_ARGS__); \