Searched refs:smic_debug (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_smic_sm.c | 33 /* smic_debug is a bit-field 42 static int smic_debug = 1; variable 43 module_param(smic_debug, int, 0644); 44 MODULE_PARM_DESC(smic_debug, "debug bitmask, 1=enable, 2=messages, 4=states"); 137 if (smic_debug & SMIC_DEBUG_MSG) { in start_smic_transaction() 159 if (smic_debug & SMIC_DEBUG_MSG) { in smic_get_result() 219 if (smic_debug & SMIC_DEBUG_ENABLE) in start_error_recovery() 331 if (smic_debug & SMIC_DEBUG_STATES) in smic_event() 352 if (smic_debug & SMIC_DEBUG_STATES) in smic_event() 444 if (smic_debug in smic_event() [all...] |
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_smic_sm.c | 33 /* smic_debug is a bit-field 42 static int smic_debug = 1; variable 43 module_param(smic_debug, int, 0644); 44 MODULE_PARM_DESC(smic_debug, "debug bitmask, 1=enable, 2=messages, 4=states"); 137 if (smic_debug & SMIC_DEBUG_MSG) { in start_smic_transaction() 159 if (smic_debug & SMIC_DEBUG_MSG) { in smic_get_result() 219 if (smic_debug & SMIC_DEBUG_ENABLE) in start_error_recovery() 331 if (smic_debug & SMIC_DEBUG_STATES) in smic_event() 352 if (smic_debug & SMIC_DEBUG_STATES) in smic_event() 444 if (smic_debug in smic_event() [all...] |
Completed in 2 milliseconds