Searched refs:ipmi_get_stat (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 472 #define ipmi_get_stat(intf, stat) \ macro 2052 ipmi_get_stat(intf, sent_invalid_commands)); in smi_stats_proc_show() 2054 ipmi_get_stat(intf, sent_local_commands)); in smi_stats_proc_show() 2056 ipmi_get_stat(intf, handled_local_responses)); in smi_stats_proc_show() 2058 ipmi_get_stat(intf, unhandled_local_responses)); in smi_stats_proc_show() 2060 ipmi_get_stat(intf, sent_ipmb_commands)); in smi_stats_proc_show() 2062 ipmi_get_stat(intf, sent_ipmb_command_errs)); in smi_stats_proc_show() 2064 ipmi_get_stat(intf, retransmitted_ipmb_commands)); in smi_stats_proc_show() 2066 ipmi_get_stat(intf, timed_out_ipmb_commands)); in smi_stats_proc_show() 2068 ipmi_get_stat(intf, timed_out_ipmb_broadcasts)); in smi_stats_proc_show() [all …]
|