Bewerken

Delen via


Setting a Packet Coalescing Receive Filter

To download and set a receive filter on a miniport driver that supports packet coalescing, an overlying driver issues an OID method request of OID_RECEIVE_FILTER_SET_FILTER. The InformationBuffer member of the NDIS_OID_REQUEST structure for the OID request contains a pointer to a caller-allocated buffer. This buffer is formatted to contain the following:

For more information about how an overlying driver specifies the parameters for a packet coalescing receive filter, see Specifying a Packet Coalescing Receive Filter.

When NDIS receives an OID request to set a receive filter on the underlying network adapter, it verifies the receive filter parameters. If the overlying driver is specifying a new receive filter, NDIS will also generate a unique filter identifier (ID) for the receive filter.

After NDIS allocates the necessary resources and the filter ID, it forwards the OID request to the miniport driver. If the miniport driver can successfully allocate the necessary software and hardware resources for the receive filter, the miniport driver completes the OID request with a status of NDIS_STATUS_SUCCESS.

After a successful return from the OID method request of OID_RECEIVE_FILTER_SET_FILTER, the InformationBuffer member of the NDIS_OID_REQUEST structure contains a pointer to an NDIS_RECEIVE_FILTER_PARAMETERS structure. This structure is updated by NDIS with the new filter ID.