← Documents Documentation/ABI/testing/configfs-usb-gadget-ecm GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

USB gadget CDC ECM function configfs ABI

CDC ECM function instance의 network interface 이름, high/super-speed queue multiplier 및 USB Ethernet link 양 끝의 host·device MAC address를 설명합니다.

Source pathDocumentation/ABI/testing/configfs-usb-gadget-ecm
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

ECM network interface와 link endpoints

configfs-usb-gadget-ecm:1-20

ECM function instance가 연결된 network device 이름과 queue multiplier, host 측 및 device 측 MAC address를 제공합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /config/usb-gadget/gadget/functions/ecm.name
2 Date: Jun 2013
3 KernelVersion: 3.11
4 Description:
5 The attributes:
6
7 ifname
8 - network device interface name associated with
9 this function instance
10 qmult
11 - queue length multiplier for high and
12 super speed
13 host_addr
14 - MAC address of host's end of this
15 Ethernet over USB link
16 dev_addr
17 - MAC address of device's end of this
18 Ethernet over USB link
19
20
21

3. 한국어 전문 번역

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

CDC ECM function instance attributes

1-20
항목내용
What/config/usb-gadget/gadget/functions/ecm.name
Date2013년 6월
KernelVersion3.11
Attribute설명
ifname이 function instance와 연관된 network device interface 이름
qmultHigh speed와 super speed에서 사용하는 queue length multiplier
host_addrEthernet over USB link의 host 쪽 MAC address
dev_addrEthernet over USB link의 device 쪽 MAC address
ECM Ethernet-over-USB link의 양 끝
Host network endpointhost_addrUSB CDC ECM linkdev_addrGadget network endpointifname
High / super speedqmultQueue length multiplier

ECM function instance는 host와 gadget device의 MAC endpoint를 연결하고 device 쪽 network interface 이름을 제공한다.