Compartilhar via


NDIS 6.0 General OIDs for Miniport Drivers (Compact 2013)

3/26/2014

This section describes the NDIS 6.0 OIDs for miniport drivers.

In This Section

  • OID_GEN_BYTES_RCV
    As a query, NDIS and overlying drivers use this OID to determine the total number of bytes that a miniport adapter received.
  • OID_GEN_BYTES_XMIT
    As a query, NDIS and overlying drivers use this OID to determine the total bytes that a miniport adapter transmitted.
  • OID_GEN_ENUMERATE_PORTS
    As a query, NDIS and overlying drivers use this OID to determine the characteristics of the active NDIS ports that are associated with an underlying miniport adapter.
  • OID_GEN_INTERRUPT_MODERATION
    As a query, NDIS and overlying drivers use this OID to determine whether interrupt moderation is enabled on a miniport adapter.
  • OID_GEN_LINK_PARAMETERS
    As a set, NDIS and overlying drivers use this OID to set the current link state of a miniport adapter.
  • OID_GEN_LINK_STATE
    As a query, NDIS and overlying drivers use this OID to determine the current link state of a miniport adapter.
  • OID_GEN_MAX_LINK_SPEED
    As a query, NDIS and overlying drivers use this OID to determine the maximum supported transmit and receive link speeds of a miniport adapter.
  • OID_GEN_PORT_STATE
    As a query, overlying drivers use this OID to obtain the current state of the port that is specified in the PortNumber member of the NDIS_OID_REQUEST structure.
  • OID_GEN_RCV_DISCARDS
    As a query, NDIS and overlying drivers use this OID to determine the number of receive discards on a miniport adapter.
  • OID_GEN_STATISTICS
    As a query, NDIS and overlying drivers use this OID to obtain statistics of an adapter or a miniport driver.
  • OID_GEN_SUPPORTED_PACKET_FILTERS
    As a query, NDIS and overlying drivers use this OID to determine the types of net packets that the miniport adapter can filter.
  • OID_GEN_XMIT_DISCARDS
    As a query, NDIS and overlying drivers use this OID to determine the number of transmit discards on a miniport adapter.

See Also

Reference

NDIS 6.0 OIDs
OID_GEN_STATISTICS