Merge tag 'defconfig-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / Documentation / ABI / testing / sysfs-bus-mdio
1 What:          /sys/bus/mdio_bus/devices/.../statistics/
2 Date:          January 2020
3 KernelVersion: 5.6
4 Contact:       netdev@vger.kernel.org
5 Description:
6                 This folder contains statistics about global and per
7                 MDIO bus address statistics.
8
9 What:          /sys/bus/mdio_bus/devices/.../statistics/transfers
10 Date:          January 2020
11 KernelVersion: 5.6
12 Contact:       netdev@vger.kernel.org
13 Description:
14                 Total number of transfers for this MDIO bus.
15
16 What:          /sys/bus/mdio_bus/devices/.../statistics/errors
17 Date:          January 2020
18 KernelVersion: 5.6
19 Contact:       netdev@vger.kernel.org
20 Description:
21                 Total number of transfer errors for this MDIO bus.
22
23 What:          /sys/bus/mdio_bus/devices/.../statistics/writes
24 Date:          January 2020
25 KernelVersion: 5.6
26 Contact:       netdev@vger.kernel.org
27 Description:
28                 Total number of write transactions for this MDIO bus.
29
30 What:          /sys/bus/mdio_bus/devices/.../statistics/reads
31 Date:          January 2020
32 KernelVersion: 5.6
33 Contact:       netdev@vger.kernel.org
34 Description:
35                 Total number of read transactions for this MDIO bus.
36
37 What:          /sys/bus/mdio_bus/devices/.../statistics/transfers_<addr>
38 Date:          January 2020
39 KernelVersion: 5.6
40 Contact:       netdev@vger.kernel.org
41 Description:
42                 Total number of transfers for this MDIO bus address.
43
44 What:          /sys/bus/mdio_bus/devices/.../statistics/errors_<addr>
45 Date:          January 2020
46 KernelVersion: 5.6
47 Contact:       netdev@vger.kernel.org
48 Description:
49                 Total number of transfer errors for this MDIO bus address.
50
51 What:          /sys/bus/mdio_bus/devices/.../statistics/writes_<addr>
52 Date:          January 2020
53 KernelVersion: 5.6
54 Contact:       netdev@vger.kernel.org
55 Description:
56                 Total number of write transactions for this MDIO bus address.
57
58 What:          /sys/bus/mdio_bus/devices/.../statistics/reads_<addr>
59 Date:          January 2020
60 KernelVersion: 5.6
61 Contact:       netdev@vger.kernel.org
62 Description:
63                 Total number of read transactions for this MDIO bus address.