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

Linux 6.18.37 · ABI / testing

USB gadget Ethernet subset function configfs ABI

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

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

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

1. 요약·해설

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

geth network interface와 endpoints

configfs-usb-gadget-subset:1-16

geth.name의 ifname과 qmult, host_addr 및 dev_addr로 Ethernet-over-USB network link를 구성합니다.

2. 영어 원문 전체

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

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

3. 한국어 전문 번역

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

USB geth function instance attributes

1-16
항목내용
What/config/usb-gadget/gadget/functions/geth.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
geth Ethernet-over-USB endpoint 구성
Host network endpointhost_addrUSB geth linkdev_addrGadget network endpointifname
High / super speedqmultQueue length multiplier

geth function instance가 host와 gadget device의 MAC endpoint를 연결하고 speed queue multiplier 및 device interface 이름을 제공한다.