Searched refs:bt_debug (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_bt_sm.c | 29 static int bt_debug; /* 0 == BT_DEBUG_OFF */ variable 31 module_param(bt_debug, int, 0644); 32 MODULE_PARM_DESC(bt_debug, "debug bitmask, 1=enable, 2=messages, 4=states"); 221 if (bt_debug & BT_DEBUG_MSG) { in bt_start_transaction() 266 if (bt_debug & BT_DEBUG_MSG) { in bt_get_result() 280 if (bt_debug) in reset_flags() 306 if (bt_debug) in drain_BMC2HOST() 313 if (bt_debug) in drain_BMC2HOST() 321 if (bt_debug & BT_DEBUG_MSG) { in write_all_bytes() 345 if (bt_debug in read_all_bytes() [all...] |
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_bt_sm.c | 29 static int bt_debug; /* 0 == BT_DEBUG_OFF */ variable 31 module_param(bt_debug, int, 0644); 32 MODULE_PARM_DESC(bt_debug, "debug bitmask, 1=enable, 2=messages, 4=states"); 221 if (bt_debug & BT_DEBUG_MSG) { in bt_start_transaction() 266 if (bt_debug & BT_DEBUG_MSG) { in bt_get_result() 280 if (bt_debug) in reset_flags() 306 if (bt_debug) in drain_BMC2HOST() 313 if (bt_debug) in drain_BMC2HOST() 321 if (bt_debug & BT_DEBUG_MSG) { in write_all_bytes() 345 if (bt_debug in read_all_bytes() [all...] |
Completed in 2 milliseconds