~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-devices-platform-soc-ipa

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php