← Documents Documentation/ABI/testing/sysfs-bus-most GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

MOST bus devices, DCI, and channels

MOST 장치의 물리·interface 정보, USB DCI register, network 상태, channel capability·buffer 구성, core component와 link 목록을 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-bus-most
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Device location and interface

sysfs-bus-most:1-18

description은 장치의 물리적 위치를, interface는 장치가 사용하는 peripheral interface 유형을 제공합니다.

USB DCI register access

sysfs-bus-most:19-46

USB로 연결된 network interface controller의 dci 디렉터리는 임의 DCI register address를 선택하고 해당 값을 읽거나 쓰게 합니다.

MAC, filter, and hash data

sysfs-bus-most:47-110

MEP EUI-48 조각은 MAC address를, mep_filter는 filter address를, mep_hash0부터 mep_hash3은 MEP hash table을 확인하고 구성합니다.

Node and synchronization state

sysfs-bus-most:111-151

DCI 속성은 network interface state, node address와 position, packet bandwidth를 보고하며 특정 endpoint의 synchronization을 시작할 수 있습니다.

Capabilities and buffer settings

sysfs-bus-most:152-284

HDM이 이름을 정하는 channel 디렉터리는 지원 datatype·direction·buffer 수와 크기를 노출하고, direction·datatype·subbuffer·transaction 설정 및 buffer 고갈 상태를 제공합니다.

Components and links

sysfs-bus-most:285-299

MOST core driver의 components와 links 속성은 등록된 component와 설정된 link 목록을 각각 제공합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /sys/bus/most/devices/<dev>/description
2 Date: March 2017
3 KernelVersion: 4.15
4 Contact: Christian Gromm <christian.gromm@microchip.com>
5 Description:
6 Provides information about the physical location of the
7 device. Hardware attached via USB, for instance,
8 might return <1-1.1:1.0>
9 Users:
10
11 What: /sys/bus/most/devices/<dev>/interface
12 Date: March 2017
13 KernelVersion: 4.15
14 Contact: Christian Gromm <christian.gromm@microchip.com>
15 Description:
16 Indicates the type of peripheral interface the device uses.
17 Users:
18
19 What: /sys/bus/most/devices/<dev>/dci
20 Date: June 2016
21 KernelVersion: 4.15
22 Contact: Christian Gromm <christian.gromm@microchip.com>
23 Description:
24 If the network interface controller is attached via USB, a dci
25 directory is created that allows applications to read and
26 write the controller's DCI registers.
27 Users:
28
29 What: /sys/bus/most/devices/<dev>/dci/arb_address
30 Date: June 2016
31 KernelVersion: 4.15
32 Contact: Christian Gromm <christian.gromm@microchip.com>
33 Description:
34 This is used to set an arbitrary DCI register address an
35 application wants to read from or write to.
36 Users:
37
38 What: /sys/bus/most/devices/<dev>/dci/arb_value
39 Date: June 2016
40 KernelVersion: 4.15
41 Contact: Christian Gromm <christian.gromm@microchip.com>
42 Description:
43 This is used to read and write the DCI register whose address
44 is stored in arb_address.
45 Users:
46
47 What: /sys/bus/most/devices/<dev>/dci/mep_eui48_hi
48 Date: June 2016
49 KernelVersion: 4.15
50 Contact: Christian Gromm <christian.gromm@microchip.com>
51 Description:
52 This is used to check and configure the MAC address.
53 Users:
54
55 What: /sys/bus/most/devices/<dev>/dci/mep_eui48_lo
56 Date: June 2016
57 KernelVersion: 4.15
58 Contact: Christian Gromm <christian.gromm@microchip.com>
59 Description:
60 This is used to check and configure the MAC address.
61 Users:
62
63 What: /sys/bus/most/devices/<dev>/dci/mep_eui48_mi
64 Date: June 2016
65 KernelVersion: 4.15
66 Contact: Christian Gromm <christian.gromm@microchip.com>
67 Description:
68 This is used to check and configure the MAC address.
69 Users:
70
71 What: /sys/bus/most/devices/<dev>/dci/mep_filter
72 Date: June 2016
73 KernelVersion: 4.15
74 Contact: Christian Gromm <christian.gromm@microchip.com>
75 Description:
76 This is used to check and configure the MEP filter address.
77 Users:
78
79 What: /sys/bus/most/devices/<dev>/dci/mep_hash0
80 Date: June 2016
81 KernelVersion: 4.15
82 Contact: Christian Gromm <christian.gromm@microchip.com>
83 Description:
84 This is used to check and configure the MEP hash table.
85 Users:
86
87 What: /sys/bus/most/devices/<dev>/dci/mep_hash1
88 Date: June 2016
89 KernelVersion: 4.15
90 Contact: Christian Gromm <christian.gromm@microchip.com>
91 Description:
92 This is used to check and configure the MEP hash table.
93 Users:
94
95 What: /sys/bus/most/devices/<dev>/dci/mep_hash2
96 Date: June 2016
97 KernelVersion: 4.15
98 Contact: Christian Gromm <christian.gromm@microchip.com>
99 Description:
100 This is used to check and configure the MEP hash table.
101 Users:
102
103 What: /sys/bus/most/devices/<dev>/dci/mep_hash3
104 Date: June 2016
105 KernelVersion: 4.15
106 Contact: Christian Gromm <christian.gromm@microchip.com>
107 Description:
108 This is used to check and configure the MEP hash table.
109 Users:
110
111 What: /sys/bus/most/devices/<dev>/dci/ni_state
112 Date: June 2016
113 KernelVersion: 4.15
114 Contact: Christian Gromm <christian.gromm@microchip.com>
115 Description:
116 Indicates the current network interface state.
117 Users:
118
119 What: /sys/bus/most/devices/<dev>/dci/node_address
120 Date: June 2016
121 KernelVersion: 4.15
122 Contact: Christian Gromm <christian.gromm@microchip.com>
123 Description:
124 Indicates the current node address.
125 Users:
126
127 What: /sys/bus/most/devices/<dev>/dci/node_position
128 Date: June 2016
129 KernelVersion: 4.15
130 Contact: Christian Gromm <christian.gromm@microchip.com>
131 Description:
132 Indicates the current node position.
133 Users:
134
135 What: /sys/bus/most/devices/<dev>/dci/packet_bandwidth
136 Date: June 2016
137 KernelVersion: 4.15
138 Contact: Christian Gromm <christian.gromm@microchip.com>
139 Description:
140 Indicates the configured packet bandwidth.
141 Users:
142
143 What: /sys/bus/most/devices/<dev>/dci/sync_ep
144 Date: June 2016
145 KernelVersion: 4.15
146 Contact: Christian Gromm <christian.gromm@microchip.com>
147 Description:
148 Triggers the controller's synchronization process for a certain
149 endpoint.
150 Users:
151
152 What: /sys/bus/most/devices/<dev>/<channel>/
153 Date: March 2017
154 KernelVersion: 4.15
155 Contact: Christian Gromm <christian.gromm@microchip.com>
156 Description:
157 For every channel of the device a directory is created, whose
158 name is dictated by the HDM. This enables an application to
159 collect information about the channel's capabilities and
160 configure it.
161 Users:
162
163 What: /sys/bus/most/devices/<dev>/<channel>/available_datatypes
164 Date: March 2017
165 KernelVersion: 4.15
166 Contact: Christian Gromm <christian.gromm@microchip.com>
167 Description:
168 Indicates the data types the channel can transport.
169 Users:
170
171 What: /sys/bus/most/devices/<dev>/<channel>/available_directions
172 Date: March 2017
173 KernelVersion: 4.15
174 Contact: Christian Gromm <christian.gromm@microchip.com>
175 Description:
176 Indicates the directions the channel is capable of.
177 Users:
178
179 What: /sys/bus/most/devices/<dev>/<channel>/number_of_packet_buffers
180 Date: March 2017
181 KernelVersion: 4.15
182 Contact: Christian Gromm <christian.gromm@microchip.com>
183 Description:
184 Indicates the number of packet buffers the channel can
185 handle.
186 Users:
187
188 What: /sys/bus/most/devices/<dev>/<channel>/number_of_stream_buffers
189 Date: March 2017
190 KernelVersion: 4.15
191 Contact: Christian Gromm <christian.gromm@microchip.com>
192 Description:
193 Indicates the number of streaming buffers the channel can
194 handle.
195 Users:
196
197 What: /sys/bus/most/devices/<dev>/<channel>/size_of_packet_buffer
198 Date: March 2017
199 KernelVersion: 4.15
200 Contact: Christian Gromm <christian.gromm@microchip.com>
201 Description:
202 Indicates the size of a packet buffer the channel can
203 handle.
204 Users:
205
206 What: /sys/bus/most/devices/<dev>/<channel>/size_of_stream_buffer
207 Date: March 2017
208 KernelVersion: 4.15
209 Contact: Christian Gromm <christian.gromm@microchip.com>
210 Description:
211 Indicates the size of a streaming buffer the channel can
212 handle.
213 Users:
214
215 What: /sys/bus/most/devices/<dev>/<channel>/set_number_of_buffers
216 Date: March 2017
217 KernelVersion: 4.15
218 Contact: Christian Gromm <christian.gromm@microchip.com>
219 Description:
220 This is to read back the configured number of buffers of
221 the channel.
222 Users:
223
224 What: /sys/bus/most/devices/<dev>/<channel>/set_buffer_size
225 Date: March 2017
226 KernelVersion: 4.15
227 Contact: Christian Gromm <christian.gromm@microchip.com>
228 Description:
229 This is to read back the configured buffer size of the channel.
230 Users:
231
232 What: /sys/bus/most/devices/<dev>/<channel>/set_direction
233 Date: March 2017
234 KernelVersion: 4.15
235 Contact: Christian Gromm <christian.gromm@microchip.com>
236 Description:
237 This is to read back the configured direction of the channel.
238 The following strings will be accepted::
239
240 'tx',
241 'rx'
242 Users:
243
244 What: /sys/bus/most/devices/<dev>/<channel>/set_datatype
245 Date: March 2017
246 KernelVersion: 4.15
247 Contact: Christian Gromm <christian.gromm@microchip.com>
248 Description:
249 This is to read back the configured data type of the channel.
250 The following strings will be accepted::
251
252 'control',
253 'async',
254 'sync',
255 'isoc_avp'
256 Users:
257
258 What: /sys/bus/most/devices/<dev>/<channel>/set_subbuffer_size
259 Date: March 2017
260 KernelVersion: 4.15
261 Contact: Christian Gromm <christian.gromm@microchip.com>
262 Description:
263 This is to read back the configured subbuffer size of
264 the channel.
265 Users:
266
267 What: /sys/bus/most/devices/<dev>/<channel>/set_packets_per_xact
268 Date: March 2017
269 KernelVersion: 4.15
270 Contact: Christian Gromm <christian.gromm@microchip.com>
271 Description:
272 This is to read back the configured number of packets per
273 transaction of the channel. This is only applicable when
274 connected via USB.
275 Users:
276
277 What: /sys/bus/most/devices/<dev>/<channel>/channel_starving
278 Date: March 2017
279 KernelVersion: 4.15
280 Contact: Christian Gromm <christian.gromm@microchip.com>
281 Description:
282 Indicates whether channel ran out of buffers.
283 Users:
284
285 What: /sys/bus/most/drivers/most_core/components
286 Date: March 2017
287 KernelVersion: 4.15
288 Contact: Christian Gromm <christian.gromm@microchip.com>
289 Description:
290 This is used to retrieve a list of registered components.
291 Users:
292
293 What: /sys/bus/most/drivers/most_core/links
294 Date: March 2017
295 KernelVersion: 4.15
296 Contact: Christian Gromm <christian.gromm@microchip.com>
297 Description:
298 This is used to retrieve a list of established links.
299 Users:
300

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

장치의 물리적 위치

1-10
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/description
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description장치의 물리적 위치에 관한 정보를 제공합니다. 예를 들어 USB를 통해 연결된 hardware는 <1-1.1:1.0>을 반환할 수 있습니다.
Users원문에 사용자가 명시되어 있지 않습니다.

Peripheral interface 유형

11-18
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/interface
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description장치가 사용하는 peripheral interface의 유형을 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

USB controller DCI 디렉터리

19-28
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionNetwork interface controller가 USB를 통해 연결되면 dci 디렉터리가 생성됩니다. Application은 이 디렉터리를 통해 controller의 DCI register를 읽고 쓸 수 있습니다.
Users원문에 사용자가 명시되어 있지 않습니다.

임의 DCI register address

29-37
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/arb_address
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionApplication이 읽거나 쓰려는 임의의 DCI register address를 설정하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

임의 DCI register 값

38-46
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/arb_value
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Descriptionarb_address에 저장된 address의 DCI register를 읽고 쓰는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MAC address 상위 부분

47-54
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_eui48_hi
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMAC address를 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MAC address 하위 부분

55-62
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_eui48_lo
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMAC address를 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MAC address 중간 부분

63-70
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_eui48_mi
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMAC address를 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MEP filter address

71-78
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_filter
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMEP filter address를 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MEP hash table 항목 0

79-86
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_hash0
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMEP hash table을 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MEP hash table 항목 1

87-94
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_hash1
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMEP hash table을 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MEP hash table 항목 2

95-102
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_hash2
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMEP hash table을 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

MEP hash table 항목 3

103-110
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/mep_hash3
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionMEP hash table을 확인하고 구성하는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

Network interface 현재 상태

111-118
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/ni_state
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description현재 network interface 상태를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

현재 node address

119-126
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/node_address
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description현재 node address를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

현재 node 위치

127-134
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/node_position
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description현재 node 위치를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

구성된 packet bandwidth

135-142
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/packet_bandwidth
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description구성된 packet bandwidth를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

Endpoint synchronization 시작

143-151
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/dci/sync_ep
Date2016년 6월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description특정 endpoint에 대해 controller의 synchronization 절차를 시작합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

장치 channel 디렉터리

152-162
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description장치의 각 channel마다 HDM이 정한 이름의 디렉터리가 생성됩니다. Application은 이를 통해 channel의 capability 정보를 수집하고 channel을 구성할 수 있습니다.
Users원문에 사용자가 명시되어 있지 않습니다.

Channel 지원 datatype

163-170
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/available_datatypes
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel이 전송할 수 있는 data type을 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

Channel 지원 direction

171-178
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/available_directions
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel이 지원하는 direction을 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

지원 packet buffer 수

179-187
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/number_of_packet_buffers
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel이 처리할 수 있는 packet buffer 수를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

지원 streaming buffer 수

188-196
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/number_of_stream_buffers
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel이 처리할 수 있는 streaming buffer 수를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

지원 packet buffer 크기

197-205
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/size_of_packet_buffer
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel이 처리할 수 있는 packet buffer 크기를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

지원 streaming buffer 크기

206-214
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/size_of_stream_buffer
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel이 처리할 수 있는 streaming buffer 크기를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

구성된 buffer 수

215-223
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/set_number_of_buffers
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel에 구성된 buffer 수를 다시 읽는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

구성된 buffer 크기

224-231
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/set_buffer_size
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel에 구성된 buffer 크기를 다시 읽는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

구성된 channel direction

232-243
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/set_direction
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel에 구성된 direction을 다시 읽는 데 사용합니다.
허용 문자열'tx', 'rx'
Users원문에 사용자가 명시되어 있지 않습니다.

구성된 channel datatype

244-257
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/set_datatype
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel에 구성된 data type을 다시 읽는 데 사용합니다.
허용 문자열'control', 'async', 'sync', 'isoc_avp'
Users원문에 사용자가 명시되어 있지 않습니다.

구성된 subbuffer 크기

258-266
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/set_subbuffer_size
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel에 구성된 subbuffer 크기를 다시 읽는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.

Transaction당 packet 수

267-276
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/set_packets_per_xact
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel에 구성된 transaction당 packet 수를 다시 읽는 데 사용합니다. USB를 통해 연결된 경우에만 적용됩니다.
Users원문에 사용자가 명시되어 있지 않습니다.

Channel buffer 고갈 상태

277-284
항목한국어 전문 번역
What/sys/bus/most/devices/<dev>/<channel>/channel_starving
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
DescriptionChannel의 buffer가 고갈되었는지를 나타냅니다.
Users원문에 사용자가 명시되어 있지 않습니다.

등록된 MOST component 목록

285-292
항목한국어 전문 번역
What/sys/bus/most/drivers/most_core/components
Date2017년 3월
KernelVersion4.15
ContactChristian Gromm <christian.gromm@microchip.com>
Description등록된 component 목록을 가져오는 데 사용합니다.
Users원문에 사용자가 명시되어 있지 않습니다.