sysfs-bus-mdio 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. What: /sys/bus/mdio_bus/devices/.../statistics/transfers
  9. Date: January 2020
  10. KernelVersion: 5.6
  11. Contact: netdev@vger.kernel.org
  12. Description:
  13. Total number of transfers for this MDIO bus.
  14. What: /sys/bus/mdio_bus/devices/.../statistics/errors
  15. Date: January 2020
  16. KernelVersion: 5.6
  17. Contact: netdev@vger.kernel.org
  18. Description:
  19. Total number of transfer errors for this MDIO bus.
  20. What: /sys/bus/mdio_bus/devices/.../statistics/writes
  21. Date: January 2020
  22. KernelVersion: 5.6
  23. Contact: netdev@vger.kernel.org
  24. Description:
  25. Total number of write transactions for this MDIO bus.
  26. What: /sys/bus/mdio_bus/devices/.../statistics/reads
  27. Date: January 2020
  28. KernelVersion: 5.6
  29. Contact: netdev@vger.kernel.org
  30. Description:
  31. Total number of read transactions for this MDIO bus.
  32. What: /sys/bus/mdio_bus/devices/.../statistics/transfers_<addr>
  33. Date: January 2020
  34. KernelVersion: 5.6
  35. Contact: netdev@vger.kernel.org
  36. Description:
  37. Total number of transfers for this MDIO bus address.
  38. What: /sys/bus/mdio_bus/devices/.../statistics/errors_<addr>
  39. Date: January 2020
  40. KernelVersion: 5.6
  41. Contact: netdev@vger.kernel.org
  42. Description:
  43. Total number of transfer errors for this MDIO bus address.
  44. What: /sys/bus/mdio_bus/devices/.../statistics/writes_<addr>
  45. Date: January 2020
  46. KernelVersion: 5.6
  47. Contact: netdev@vger.kernel.org
  48. Description:
  49. Total number of write transactions for this MDIO bus address.
  50. What: /sys/bus/mdio_bus/devices/.../statistics/reads_<addr>
  51. Date: January 2020
  52. KernelVersion: 5.6
  53. Contact: netdev@vger.kernel.org
  54. Description:
  55. Total number of read transactions for this MDIO bus address.