Home
last modified time | relevance | path

Searched defs:usb_cdc_ether_desc (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Dcdc.h121 struct usb_cdc_ether_desc { struct
122 __u8 bLength;
123 __u8 bDescriptorType;
124 __u8 bDescriptorSubType;
126 __u8 iMACAddress;
127 __le32 bmEthernetStatistics;
128 __le16 wMaxSegmentSize;
129 __le16 wNumberMCFilters;
130 __u8 bNumberPowerFilters;
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h135 struct usb_cdc_ether_desc { struct
136 __u8 bLength;
137 __u8 bDescriptorType;
138 __u8 bDescriptorSubType;
140 __u8 iMACAddress;
141 __le32 bmEthernetStatistics;
142 __le16 wMaxSegmentSize;
143 __le16 wNumberMCFilters;
144 __u8 bNumberPowerFilters;
/openbmc/linux/include/linux/usb/
H A Dcdc.h30 struct usb_cdc_ether_desc *usb_cdc_ether_desc; member