Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the link layer capabilities of the adapter.
Syntax
typedef struct _NET_ADAPTER_LINK_LAYER_CAPABILITIES {
ULONG Size;
ULONG64 MaxTxLinkSpeed;
ULONG64 MaxRxLinkSpeed;
} NET_ADAPTER_LINK_LAYER_CAPABILITIES;
Members
Size
The size of this structure, in bytes.
MaxTxLinkSpeed
The maximum transmit link speed of the adapter in bits per second. For more information, see OID_GEN_MAX_LINK_SPEED.
MaxRxLinkSpeed
The maximum receive link speed of the adapter in bits per second. For more information, see OID_GEN_MAX_LINK_SPEED.
Remarks
The client driver passes an initialized NET_ADAPTER_LINK_LAYER_CAPABILITIES structure as an input parameter value to NetAdapterSetLinkLayerCapabilities.
Call NET_ADAPTER_LINK_LAYER_CAPABILITIES_INIT to initialize this structure.
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.23 |
Minimum UMDF version | 2.33 |
Header | netadapter.h (include netadaptercx.h) |