FreeBSD kernel usb device Code
usb_cdc_ethernet_descriptor Struct Reference

#include <usb_cdc.h>

Data Fields

uByte bLength
 
uByte bDescriptorType
 
uByte bDescriptorSubtype
 
uByte iMacAddress
 
uDWord bmEthernetStatistics
 
uWord wMaxSegmentSize
 
uWord wNumberMCFilters
 
uByte bNumberPowerFilters
 

Detailed Description

Definition at line 93 of file usb_cdc.h.

Field Documentation

◆ bDescriptorSubtype

uByte usb_cdc_ethernet_descriptor::bDescriptorSubtype

Definition at line 96 of file usb_cdc.h.

◆ bDescriptorType

uByte usb_cdc_ethernet_descriptor::bDescriptorType

Definition at line 95 of file usb_cdc.h.

◆ bLength

uByte usb_cdc_ethernet_descriptor::bLength

Definition at line 94 of file usb_cdc.h.

Referenced by cdce_attach().

◆ bmEthernetStatistics

uDWord usb_cdc_ethernet_descriptor::bmEthernetStatistics

Definition at line 98 of file usb_cdc.h.

◆ bNumberPowerFilters

uByte usb_cdc_ethernet_descriptor::bNumberPowerFilters

Definition at line 101 of file usb_cdc.h.

◆ iMacAddress

uByte usb_cdc_ethernet_descriptor::iMacAddress

Definition at line 97 of file usb_cdc.h.

Referenced by cdce_attach().

◆ wMaxSegmentSize

uWord usb_cdc_ethernet_descriptor::wMaxSegmentSize

Definition at line 99 of file usb_cdc.h.

Referenced by cdce_attach().

◆ wNumberMCFilters

uWord usb_cdc_ethernet_descriptor::wNumberMCFilters

Definition at line 100 of file usb_cdc.h.


The documentation for this struct was generated from the following file: