usb_cdc_ether_desc
info->ether = header.usb_cdc_ether_desc;
if (header.usb_cdc_ether_desc && info->ether->wMaxSegmentSize) {
ctx->ether_desc = hdr.usb_cdc_ether_desc;
struct usb_cdc_ether_desc *cdc_ether;
cdc_ether = hdr.usb_cdc_ether_desc;
struct usb_cdc_ether_desc *ether = NULL;
if (elength != sizeof(struct usb_cdc_ether_desc))
ether = (struct usb_cdc_ether_desc *)buffer;
hdr->usb_cdc_ether_desc = ether;
static struct usb_cdc_ether_desc ecm_desc = {
static struct usb_cdc_ether_desc ecm_desc = {
static struct usb_cdc_ether_desc ether_desc = {
struct usb_cdc_ether_desc *usb_cdc_ether_desc;
const struct usb_cdc_ether_desc *ether_desc;
struct usb_cdc_ether_desc *ether;