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