요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
USB DCI register access
sysfs-bus-most:19-46USB로 연결된 network interface controller의 dci 디렉터리는 임의 DCI register address를 선택하고 해당 값을 읽거나 쓰게 합니다.
MAC, filter, and hash data
sysfs-bus-most:47-110MEP EUI-48 조각은 MAC address를, mep_filter는 filter address를, mep_hash0부터 mep_hash3은 MEP hash table을 확인하고 구성합니다.
Node and synchronization state
sysfs-bus-most:111-151DCI 속성은 network interface state, node address와 position, packet bandwidth를 보고하며 특정 endpoint의 synchronization을 시작할 수 있습니다.
Capabilities and buffer settings
sysfs-bus-most:152-284HDM이 이름을 정하는 channel 디렉터리는 지원 datatype·direction·buffer 수와 크기를 노출하고, direction·datatype·subbuffer·transaction 설정 및 buffer 고갈 상태를 제공합니다.
Components and links
sysfs-bus-most:285-299MOST core driver의 components와 links 속성은 등록된 component와 설정된 link 목록을 각각 제공합니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
What: /sys/bus/most/devices/<dev>/description
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Provides information about the physical location of the
device. Hardware attached via USB, for instance,
might return <1-1.1:1.0>
Users:
What: /sys/bus/most/devices/<dev>/interface
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the type of peripheral interface the device uses.
Users:
What: /sys/bus/most/devices/<dev>/dci
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
If the network interface controller is attached via USB, a dci
directory is created that allows applications to read and
write the controller's DCI registers.
Users:
What: /sys/bus/most/devices/<dev>/dci/arb_address
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to set an arbitrary DCI register address an
application wants to read from or write to.
Users:
What: /sys/bus/most/devices/<dev>/dci/arb_value
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to read and write the DCI register whose address
is stored in arb_address.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_eui48_hi
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MAC address.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_eui48_lo
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MAC address.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_eui48_mi
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MAC address.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_filter
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MEP filter address.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_hash0
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MEP hash table.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_hash1
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MEP hash table.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_hash2
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MEP hash table.
Users:
What: /sys/bus/most/devices/<dev>/dci/mep_hash3
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to check and configure the MEP hash table.
Users:
What: /sys/bus/most/devices/<dev>/dci/ni_state
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the current network interface state.
Users:
What: /sys/bus/most/devices/<dev>/dci/node_address
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the current node address.
Users:
What: /sys/bus/most/devices/<dev>/dci/node_position
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the current node position.
Users:
What: /sys/bus/most/devices/<dev>/dci/packet_bandwidth
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the configured packet bandwidth.
Users:
What: /sys/bus/most/devices/<dev>/dci/sync_ep
Date: June 2016
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Triggers the controller's synchronization process for a certain
endpoint.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
For every channel of the device a directory is created, whose
name is dictated by the HDM. This enables an application to
collect information about the channel's capabilities and
configure it.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/available_datatypes
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the data types the channel can transport.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/available_directions
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the directions the channel is capable of.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/number_of_packet_buffers
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the number of packet buffers the channel can
handle.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/number_of_stream_buffers
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the number of streaming buffers the channel can
handle.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/size_of_packet_buffer
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the size of a packet buffer the channel can
handle.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/size_of_stream_buffer
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates the size of a streaming buffer the channel can
handle.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/set_number_of_buffers
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is to read back the configured number of buffers of
the channel.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/set_buffer_size
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is to read back the configured buffer size of the channel.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/set_direction
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is to read back the configured direction of the channel.
The following strings will be accepted::
'tx',
'rx'
Users:
What: /sys/bus/most/devices/<dev>/<channel>/set_datatype
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is to read back the configured data type of the channel.
The following strings will be accepted::
'control',
'async',
'sync',
'isoc_avp'
Users:
What: /sys/bus/most/devices/<dev>/<channel>/set_subbuffer_size
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is to read back the configured subbuffer size of
the channel.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/set_packets_per_xact
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is to read back the configured number of packets per
transaction of the channel. This is only applicable when
connected via USB.
Users:
What: /sys/bus/most/devices/<dev>/<channel>/channel_starving
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
Indicates whether channel ran out of buffers.
Users:
What: /sys/bus/most/drivers/most_core/components
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to retrieve a list of registered components.
Users:
What: /sys/bus/most/drivers/most_core/links
Date: March 2017
KernelVersion: 4.15
Contact: Christian Gromm <christian.gromm@microchip.com>
Description:
This is used to retrieve a list of established links.
Users:
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
장치의 물리적 위치
1-10| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/description |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian 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 |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 장치가 사용하는 peripheral interface의 유형을 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
USB controller DCI 디렉터리
19-28| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Network interface controller가 USB를 통해 연결되면 dci 디렉터리가 생성됩니다. Application은 이 디렉터리를 통해 controller의 DCI register를 읽고 쓸 수 있습니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
임의 DCI register address
29-37| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/arb_address |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Application이 읽거나 쓰려는 임의의 DCI register address를 설정하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
임의 DCI register 값
38-46| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/arb_value |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | arb_address에 저장된 address의 DCI register를 읽고 쓰는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MAC address 상위 부분
47-54| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_eui48_hi |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MAC address를 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MAC address 하위 부분
55-62| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_eui48_lo |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MAC address를 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MAC address 중간 부분
63-70| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_eui48_mi |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MAC address를 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MEP filter address
71-78| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_filter |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MEP filter address를 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MEP hash table 항목 0
79-86| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_hash0 |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MEP hash table을 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MEP hash table 항목 1
87-94| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_hash1 |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MEP hash table을 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MEP hash table 항목 2
95-102| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_hash2 |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MEP hash table을 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
MEP hash table 항목 3
103-110| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/mep_hash3 |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | MEP hash table을 확인하고 구성하는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
Network interface 현재 상태
111-118| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/ni_state |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 현재 network interface 상태를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
현재 node address
119-126| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/node_address |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 현재 node address를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
현재 node 위치
127-134| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/node_position |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 현재 node 위치를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
구성된 packet bandwidth
135-142| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/packet_bandwidth |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 구성된 packet bandwidth를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
Endpoint synchronization 시작
143-151| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/dci/sync_ep |
| Date | 2016년 6월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 특정 endpoint에 대해 controller의 synchronization 절차를 시작합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
장치 channel 디렉터리
152-162| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/ |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian 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 |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel이 전송할 수 있는 data type을 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
Channel 지원 direction
171-178| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/available_directions |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel이 지원하는 direction을 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
지원 packet buffer 수
179-187| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/number_of_packet_buffers |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel이 처리할 수 있는 packet buffer 수를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
지원 streaming buffer 수
188-196| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/number_of_stream_buffers |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel이 처리할 수 있는 streaming buffer 수를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
지원 packet buffer 크기
197-205| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/size_of_packet_buffer |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel이 처리할 수 있는 packet buffer 크기를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
지원 streaming buffer 크기
206-214| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/size_of_stream_buffer |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel이 처리할 수 있는 streaming buffer 크기를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
구성된 buffer 수
215-223| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/set_number_of_buffers |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel에 구성된 buffer 수를 다시 읽는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
구성된 buffer 크기
224-231| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/set_buffer_size |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel에 구성된 buffer 크기를 다시 읽는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
구성된 channel direction
232-243| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/set_direction |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel에 구성된 direction을 다시 읽는 데 사용합니다. |
| 허용 문자열 | 'tx', 'rx' |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
구성된 channel datatype
244-257| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/set_datatype |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel에 구성된 data type을 다시 읽는 데 사용합니다. |
| 허용 문자열 | 'control', 'async', 'sync', 'isoc_avp' |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
구성된 subbuffer 크기
258-266| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/set_subbuffer_size |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel에 구성된 subbuffer 크기를 다시 읽는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
Transaction당 packet 수
267-276| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/set_packets_per_xact |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel에 구성된 transaction당 packet 수를 다시 읽는 데 사용합니다. USB를 통해 연결된 경우에만 적용됩니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
Channel buffer 고갈 상태
277-284| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/devices/<dev>/<channel>/channel_starving |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | Channel의 buffer가 고갈되었는지를 나타냅니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
등록된 MOST component 목록
285-292| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/drivers/most_core/components |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 등록된 component 목록을 가져오는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
설정된 MOST link 목록
293-299| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/most/drivers/most_core/links |
| Date | 2017년 3월 |
| KernelVersion | 4.15 |
| Contact | Christian Gromm <christian.gromm@microchip.com> |
| Description | 설정된 link 목록을 가져오는 데 사용합니다. |
| Users | 원문에 사용자가 명시되어 있지 않습니다. |
Device location and interface
sysfs-bus-most:1-18description은 장치의 물리적 위치를, interface는 장치가 사용하는 peripheral interface 유형을 제공합니다.