Searched refs:fnic_log_level (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/scsi/fnic/
H A Dfnic_main.c59 unsigned int fnic_log_level; variable
60 module_param(fnic_log_level, int, S_IRUGO|S_IWUSR);
61 MODULE_PARM_DESC(fnic_log_level, "bit mask of fnic logging levels");
H A Dfnic_fcs.c1343 if (unlikely(fnic_log_level & FNIC_FCS_LOGGING))
1364 if (unlikely(fnic_log_level & FNIC_FCS_LOGGING))
H A Dfnic.h130 extern unsigned int fnic_log_level;
140 if (unlikely(fnic_log_level & LEVEL)) \

Completed in 326 milliseconds