Searched refs:ipmi_get_stat (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 451 #define ipmi_get_stat(intf, stat) \ macro 1933 ipmi_get_stat(intf, sent_invalid_commands)); in stat_file_read_proc() 1935 ipmi_get_stat(intf, sent_local_commands)); in stat_file_read_proc() 1937 ipmi_get_stat(intf, handled_local_responses)); in stat_file_read_proc() 1939 ipmi_get_stat(intf, unhandled_local_responses)); in stat_file_read_proc() 1941 ipmi_get_stat(intf, sent_ipmb_commands)); in stat_file_read_proc() 1943 ipmi_get_stat(intf, sent_ipmb_command_errs)); in stat_file_read_proc() 1945 ipmi_get_stat(intf, retransmitted_ipmb_commands)); in stat_file_read_proc() 1947 ipmi_get_stat(intf, timed_out_ipmb_commands)); in stat_file_read_proc() 1949 ipmi_get_stat(intf, timed_out_ipmb_broadcasts)); in stat_file_read_proc() [all …]
|