Home
last modified time | relevance | path

Searched refs:usnic_log_lvl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_log.h39 extern unsigned int usnic_log_lvl;
55 if (unlikely(usnic_log_lvl >= USNIC_LOG_LVL_DBG)) { \
62 if (usnic_log_lvl >= USNIC_LOG_LVL_INFO) { \
69 if (usnic_log_lvl >= USNIC_LOG_LVL_ERR) { \
H A Dusnic_ib_main.c65 unsigned int usnic_log_lvl = USNIC_LOG_LVL_ERR; variable
700 module_param(usnic_log_lvl, uint, S_IRUGO | S_IWUSR);
702 MODULE_PARM_DESC(usnic_log_lvl, " Off=0, Err=1, Info=2, Debug=3");