Home
last modified time | relevance | path

Searched refs:bnx2fc_debug_level (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.h26 extern unsigned int bnx2fc_debug_level;
30 if (unlikely(bnx2fc_debug_level & LOG_ELS)) \
36 if (unlikely(bnx2fc_debug_level & LOG_MISC)) \
H A Dbnx2fc_debug.c22 if (likely(!(bnx2fc_debug_level & LOG_IO))) in BNX2FC_IO_DBG()
46 if (likely(!(bnx2fc_debug_level & LOG_TGT))) in BNX2FC_TGT_DBG()
70 if (likely(!(bnx2fc_debug_level & LOG_HBA))) in BNX2FC_HBA_DBG()
H A Dbnx2fc_fcoe.c101 unsigned int bnx2fc_debug_level; variable
102 module_param_named(debug_logging, bnx2fc_debug_level, int, S_IRUGO|S_IWUSR);