sysfs-devices-platform-soc-ipa 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. What: /sys/devices/platform/soc@X/XXXXXXX.ipa/
  2. Date: June 2021
  3. KernelVersion: v5.14
  4. Contact: Alex Elder <[email protected]>
  5. Description:
  6. The /sys/devices/platform/soc@X/XXXXXXX.ipa/ directory
  7. contains read-only attributes exposing information about
  8. an IPA device. The X values could vary, but are typically
  9. "soc@0/1e40000.ipa".
  10. What: .../XXXXXXX.ipa/version
  11. Date: June 2021
  12. KernelVersion: v5.14
  13. Contact: Alex Elder <[email protected]>
  14. Description:
  15. The .../XXXXXXX.ipa/version file contains the IPA hardware
  16. version, as a period-separated set of two or three integers
  17. (e.g., "3.5.1" or "4.2").
  18. What: .../XXXXXXX.ipa/feature/
  19. Date: June 2021
  20. KernelVersion: v5.14
  21. Contact: Alex Elder <[email protected]>
  22. Description:
  23. The .../XXXXXXX.ipa/feature/ directory contains a set of
  24. attributes describing features implemented by the IPA
  25. hardware.
  26. What: .../XXXXXXX.ipa/feature/rx_offload
  27. Date: June 2021
  28. KernelVersion: v5.14
  29. Contact: Alex Elder <[email protected]>
  30. Description:
  31. The .../XXXXXXX.ipa/feature/rx_offload file contains a
  32. string indicating the type of receive checksum offload
  33. that is supported by the hardware. The possible values
  34. are "MAPv4" or "MAPv5".
  35. What: .../XXXXXXX.ipa/feature/tx_offload
  36. Date: June 2021
  37. KernelVersion: v5.14
  38. Contact: Alex Elder <[email protected]>
  39. Description:
  40. The .../XXXXXXX.ipa/feature/tx_offload file contains a
  41. string indicating the type of transmit checksum offload
  42. that is supported by the hardware. The possible values
  43. are "MAPv4" or "MAPv5".
  44. What: .../XXXXXXX.ipa/endpoint_id/
  45. Date: July 2022
  46. KernelVersion: v5.19
  47. Contact: Alex Elder <[email protected]>
  48. Description:
  49. The .../XXXXXXX.ipa/endpoint_id/ directory contains
  50. attributes that define IDs associated with IPA
  51. endpoints. The "rx" or "tx" in an endpoint name is
  52. from the perspective of the AP. An endpoint ID is a
  53. small unsigned integer.
  54. What: .../XXXXXXX.ipa/endpoint_id/modem_rx
  55. Date: July 2022
  56. KernelVersion: v5.19
  57. Contact: Alex Elder <[email protected]>
  58. Description:
  59. The .../XXXXXXX.ipa/endpoint_id/modem_rx file contains
  60. the ID of the AP endpoint on which packets originating
  61. from the embedded modem are received.
  62. What: .../XXXXXXX.ipa/endpoint_id/modem_tx
  63. Date: July 2022
  64. KernelVersion: v5.19
  65. Contact: Alex Elder <[email protected]>
  66. Description:
  67. The .../XXXXXXX.ipa/endpoint_id/modem_tx file contains
  68. the ID of the AP endpoint on which packets destined
  69. for the embedded modem are sent.
  70. What: .../XXXXXXX.ipa/endpoint_id/monitor_rx
  71. Date: July 2022
  72. KernelVersion: v5.19
  73. Contact: Alex Elder <[email protected]>
  74. Description:
  75. The .../XXXXXXX.ipa/endpoint_id/monitor_rx file contains
  76. the ID of the AP endpoint on which IPA "monitor" data is
  77. received. The monitor endpoint supplies replicas of
  78. packets that enter the IPA hardware for processing.
  79. Each replicated packet is preceded by a fixed-size "ODL"
  80. header (see .../XXXXXXX.ipa/feature/monitor, above).
  81. Large packets are truncated, to reduce the bandwidth
  82. required to provide the monitor function.
  83. What: .../XXXXXXX.ipa/modem/
  84. Date: June 2021
  85. KernelVersion: v5.14
  86. Contact: Alex Elder <[email protected]>
  87. Description:
  88. The .../XXXXXXX.ipa/modem/ directory contains attributes
  89. describing properties of the modem embedded in the SoC.
  90. What: .../XXXXXXX.ipa/modem/rx_endpoint_id
  91. Date: June 2021
  92. KernelVersion: v5.14
  93. Contact: Alex Elder <[email protected]>
  94. Description:
  95. The .../XXXXXXX.ipa/modem/rx_endpoint_id file duplicates
  96. the value found in .../XXXXXXX.ipa/endpoint_id/modem_rx.
  97. What: .../XXXXXXX.ipa/modem/tx_endpoint_id
  98. Date: June 2021
  99. KernelVersion: v5.14
  100. Contact: Alex Elder <[email protected]>
  101. Description:
  102. The .../XXXXXXX.ipa/modem/tx_endpoint_id file duplicates
  103. the value found in .../XXXXXXX.ipa/endpoint_id/modem_tx.