hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/ABI/testing/sysfs-devices-platform-ipmi
....@@ -123,38 +123,40 @@
123123 Contact: openipmi-developer@lists.sourceforge.net
124124 Description:
125125
126
- idles: (RO) Number of times the interface was
126
+ ====================== ========================================
127
+ idles (RO) Number of times the interface was
127128 idle while being polled.
128129
129
- watchdog_pretimeouts: (RO) Number of watchdog pretimeouts.
130
+ watchdog_pretimeouts (RO) Number of watchdog pretimeouts.
130131
131
- complete_transactions: (RO) Number of completed messages.
132
+ complete_transactions (RO) Number of completed messages.
132133
133
- events: (RO) Number of IPMI events received from
134
+ events (RO) Number of IPMI events received from
134135 the hardware.
135136
136
- interrupts: (RO) Number of interrupts the driver
137
+ interrupts (RO) Number of interrupts the driver
137138 handled.
138139
139
- hosed_count: (RO) Number of times the hardware didn't
140
+ hosed_count (RO) Number of times the hardware didn't
140141 follow the state machine.
141142
142
- long_timeouts: (RO) Number of times the driver
143
+ long_timeouts (RO) Number of times the driver
143144 requested a timer while nothing was in
144145 progress.
145146
146
- flag_fetches: (RO) Number of times the driver
147
+ flag_fetches (RO) Number of times the driver
147148 requested flags from the hardware.
148149
149
- attentions: (RO) Number of time the driver got an
150
+ attentions (RO) Number of time the driver got an
150151 ATTN from the hardware.
151152
152
- incoming_messages: (RO) Number of asynchronous messages
153
+ incoming_messages (RO) Number of asynchronous messages
153154 received.
154155
155
- short_timeouts: (RO) Number of times the driver
156
+ short_timeouts (RO) Number of times the driver
156157 requested a timer while an operation was
157158 in progress.
159
+ ====================== ========================================
158160
159161
160162 What: /sys/devices/platform/ipmi_si.*/interrupts_enabled
....@@ -201,38 +203,40 @@
201203 KernelVersion: v4.15
202204 Contact: openipmi-developer@lists.sourceforge.net
203205 Description:
204
- hosed: (RO) Number of times the hardware didn't
206
+ ====================== ========================================
207
+ hosed (RO) Number of times the hardware didn't
205208 follow the state machine.
206209
207
- alerts: (RO) Number of alerts received.
210
+ alerts (RO) Number of alerts received.
208211
209
- sent_messages: (RO) Number of total messages sent.
212
+ sent_messages (RO) Number of total messages sent.
210213
211
- sent_message_parts: (RO) Number of message parts sent.
214
+ sent_message_parts (RO) Number of message parts sent.
212215 Messages may be broken into parts if
213216 they are long.
214217
215
- receieved_messages: (RO) Number of message responses
218
+ received_messages (RO) Number of message responses
216219 received.
217220
218
- received_message_parts: (RO) Number of message fragments
221
+ received_message_parts (RO) Number of message fragments
219222 received.
220223
221
- events: (RO) Number of received events.
224
+ events (RO) Number of received events.
222225
223
- watchdog_pretimeouts: (RO) Number of watchdog pretimeouts.
226
+ watchdog_pretimeouts (RO) Number of watchdog pretimeouts.
224227
225
- flag_fetches: (RO) Number of times a flag fetch was
228
+ flag_fetches (RO) Number of times a flag fetch was
226229 requested.
227230
228
- send_retries: (RO) Number of time a message was
231
+ send_retries (RO) Number of time a message was
229232 retried.
230233
231
- receive_retries: (RO) Number of times the receive of a
234
+ receive_retries (RO) Number of times the receive of a
232235 message was retried.
233236
234
- send_errors: (RO) Number of times the send of a
237
+ send_errors (RO) Number of times the send of a
235238 message failed.
236239
237
- receive_errors: (RO) Number of errors in receiving
240
+ receive_errors (RO) Number of errors in receiving
238241 messages.
242
+ ====================== ========================================