NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG (Compact 2013)

3/26/2014

Miniport drivers use the NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG status indication to notify NDIS and overlying drivers that there has been a change in the task offload configuration of a miniport adapter.

Remarks

When a miniport driver receives an OID_TCP_OFFLOAD_PARAMETERS set request, it must use the contents of the NDIS_OFFLOAD_PARAMETERS structure to update the currently enabled task offload capabilities. After the update, the miniport driver must report the current capabilities with the NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG status indication. This status indication guarantees that all the overlying protocol drivers are updated with the new capabilities information.

The StatusBuffer member of the NDIS_STATUS_INDICATION structure contains an NDIS_OFFLOAD structure. This structure specifies the current task offload configuration of a miniport adapter.

For more information about the current task offload configuration, see OID_TCP_OFFLOAD_CURRENT_CONFIG.

Requirements

Header

ndis.h

See Also

Reference

NDIS TCP/IP Offload Status Indications
NDIS_OFFLOAD
NDIS_OFFLOAD_PARAMETERS
NDIS_STATUS_INDICATION
OID_TCP_OFFLOAD_CURRENT_CONFIG
OID_TCP_OFFLOAD_PARAMETERS