1 What: sys/bus/dsa/devices/dsa<m>/cdev_major
4 Contact: dmaengine@vger.kernel.org
5 Description: The major number that the character device driver assigned to
8 What: sys/bus/dsa/devices/dsa<m>/errors
11 Contact: dmaengine@vger.kernel.org
12 Description: The error information for this device.
14 What: sys/bus/dsa/devices/dsa<m>/max_batch_size
17 Contact: dmaengine@vger.kernel.org
18 Description: The largest number of work descriptors in a batch.
20 What: sys/bus/dsa/devices/dsa<m>/max_work_queues_size
23 Contact: dmaengine@vger.kernel.org
24 Description: The maximum work queue size supported by this device.
26 What: sys/bus/dsa/devices/dsa<m>/max_engines
29 Contact: dmaengine@vger.kernel.org
30 Description: The maximum number of engines supported by this device.
32 What: sys/bus/dsa/devices/dsa<m>/max_groups
35 Contact: dmaengine@vger.kernel.org
36 Description: The maximum number of groups can be created under this device.
38 What: sys/bus/dsa/devices/dsa<m>/max_tokens
41 Contact: dmaengine@vger.kernel.org
42 Description: The total number of bandwidth tokens supported by this device.
43 The bandwidth tokens represent resources within the DSA
44 implementation, and these resources are allocated by engines to
47 What: sys/bus/dsa/devices/dsa<m>/max_transfer_size
50 Contact: dmaengine@vger.kernel.org
51 Description: The number of bytes to be read from the source address to
52 perform the operation. The maximum transfer size is dependent on
53 the workqueue the descriptor was submitted to.
55 What: sys/bus/dsa/devices/dsa<m>/max_work_queues
58 Contact: dmaengine@vger.kernel.org
59 Description: The maximum work queue number that this device supports.
61 What: sys/bus/dsa/devices/dsa<m>/numa_node
64 Contact: dmaengine@vger.kernel.org
65 Description: The numa node number for this device.
67 What: sys/bus/dsa/devices/dsa<m>/op_cap
70 Contact: dmaengine@vger.kernel.org
71 Description: The operation capability bit mask specify the operation types
72 supported by the this device.
74 What: sys/bus/dsa/devices/dsa<m>/state
77 Contact: dmaengine@vger.kernel.org
78 Description: The state information of this device. It can be either enabled
81 What: sys/bus/dsa/devices/dsa<m>/group<m>.<n>
84 Contact: dmaengine@vger.kernel.org
85 Description: The assigned group under this device.
87 What: sys/bus/dsa/devices/dsa<m>/engine<m>.<n>
90 Contact: dmaengine@vger.kernel.org
91 Description: The assigned engine under this device.
93 What: sys/bus/dsa/devices/dsa<m>/wq<m>.<n>
96 Contact: dmaengine@vger.kernel.org
97 Description: The assigned work queue under this device.
99 What: sys/bus/dsa/devices/dsa<m>/configurable
102 Contact: dmaengine@vger.kernel.org
103 Description: To indicate if this device is configurable or not.
105 What: sys/bus/dsa/devices/dsa<m>/token_limit
108 Contact: dmaengine@vger.kernel.org
109 Description: The maximum number of bandwidth tokens that may be in use at
110 one time by operations that access low bandwidth memory in the
113 What: sys/bus/dsa/devices/wq<m>.<n>/group_id
116 Contact: dmaengine@vger.kernel.org
117 Description: The group id that this work queue belongs to.
119 What: sys/bus/dsa/devices/wq<m>.<n>/size
122 Contact: dmaengine@vger.kernel.org
123 Description: The work queue size for this work queue.
125 What: sys/bus/dsa/devices/wq<m>.<n>/type
128 Contact: dmaengine@vger.kernel.org
129 Description: The type of this work queue, it can be "kernel" type for work
130 queue usages in the kernel space or "user" type for work queue
131 usages by applications in user space.
133 What: sys/bus/dsa/devices/wq<m>.<n>/cdev_minor
136 Contact: dmaengine@vger.kernel.org
137 Description: The minor number assigned to this work queue by the character
140 What: sys/bus/dsa/devices/wq<m>.<n>/mode
143 Contact: dmaengine@vger.kernel.org
144 Description: The work queue mode type for this work queue.
146 What: sys/bus/dsa/devices/wq<m>.<n>/priority
149 Contact: dmaengine@vger.kernel.org
150 Description: The priority value of this work queue, it is a vlue relative to
151 other work queue in the same group to control quality of service
152 for dispatching work from multiple workqueues in the same group.
154 What: sys/bus/dsa/devices/wq<m>.<n>/state
157 Contact: dmaengine@vger.kernel.org
158 Description: The current state of the work queue.
160 What: sys/bus/dsa/devices/wq<m>.<n>/threshold
163 Contact: dmaengine@vger.kernel.org
164 Description: The number of entries in this work queue that may be filled
165 via a limited portal.
167 What: sys/bus/dsa/devices/engine<m>.<n>/group_id
170 Contact: dmaengine@vger.kernel.org
171 Description: The group that this engine belongs to.