Searched refs:ued (Results 1 – 1 of 1) sorted by relevance
610 const struct usb_cdc_ethernet_descriptor *ued; in cdce_attach() local706 ued = usbd_find_descriptor in cdce_attach()710 if ((ued == NULL) || (ued->bLength < sizeof(*ued))) { in cdce_attach()717 DPRINTF("max segsize: %d\n", UGETW(ued->wMaxSegmentSize)); in cdce_attach()718 if (UGETW(ued->wMaxSegmentSize) >= (ETHER_MAX_LEN - ETHER_CRC_LEN + ETHER_VLAN_ENCAP_LEN)) in cdce_attach()722 eaddr_str, sizeof(eaddr_str), ued->iMacAddress); in cdce_attach()