Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/ipmi/
Dipmi_smic_sm.c42 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 & SMIC_DEBUG_ENABLE) in smic_event()
525 if (smic_debug & SMIC_DEBUG_ENABLE) in smic_event()
[all …]