Lines Matching +full:high +full:- +full:side
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * u_ether.h -- interface to USB gadget "ethernet link" utilities
5 * Copyright (C) 2003-2005,2008 David Brownell
6 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger
29 MODULE_PARM_DESC(qmult, "queue length multiplier at high/super speed");\
42 * This represents the USB side of an "ethernet" link, managed by a USB
58 /* endpoints handle full and/or high speeds */
95 /* gether_setup - initialize one ethernet-over-usb link
98 * host side of the link is recorded
121 * gether_register_netdev - register the net device
124 * Registers the net device associated with this ethernet-over-usb link
129 /* gether_setup_default - initialize one ethernet-over-usb link
144 * gether_set_gadget - initialize one ethernet-over-usb link with a gadget
148 * This associates one ethernet-over-usb link with a gadget.
153 * gether_set_dev_addr - initialize an ethernet-over-usb link with eth address
157 * This sets the device-side Ethernet address of this ethernet-over-usb link
164 * gether_get_dev_addr - get an ethernet-over-usb link eth address
169 * This gets the device-side Ethernet address of this ethernet-over-usb link.
175 * gether_set_host_addr - initialize an ethernet-over-usb link with host address
179 * This sets the host-side Ethernet address of this ethernet-over-usb link
186 * gether_get_host_addr - get an ethernet-over-usb link host address
191 * This gets the host-side Ethernet address of this ethernet-over-usb link.
197 * gether_get_host_addr_cdc - get an ethernet-over-usb link host address
202 * This gets the CDC formatted host-side Ethernet address of this
203 * ethernet-over-usb link.
209 * gether_get_host_addr_u8 - get an ethernet-over-usb link host address
213 * This gets the binary formatted host-side Ethernet address of this
214 * ethernet-over-usb link.
219 * gether_set_qmult - initialize an ethernet-over-usb link with a multiplier
223 * This sets the queue length multiplier of this ethernet-over-usb link.
229 * gether_get_qmult - get an ethernet-over-usb link multiplier
232 * This gets the queue length multiplier of this ethernet-over-usb link.
237 * gether_get_ifname - get an ethernet-over-usb link interface name
242 * This gets the interface name of this ethernet-over-usb link.