mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-12 13:34:10 +08:00
9a93de620e
Add documentation for the new sysfs entry that indicates whether or not the SBE has timed out. Signed-off-by: Eddie James <eajames@linux.ibm.com> Link: https://lore.kernel.org/r/20211019211749.38059-2-eajames@linux.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au>
11 lines
487 B
Plaintext
11 lines
487 B
Plaintext
What: /sys/bus/fsi/devices/XX.XX.00:06/sbefifoX/timeout
|
|
KernelVersion: 5.15
|
|
Contact: eajames@linux.ibm.com
|
|
Description:
|
|
Indicates whether or not this SBE device has experienced a
|
|
timeout; i.e. the SBE did not respond within the time allotted
|
|
by the driver. A value of 1 indicates that a timeout has
|
|
ocurred and no transfers have completed since the timeout. A
|
|
value of 0 indicates that no timeout has ocurred, or if one
|
|
has, more recent transfers have completed successful.
|