Condividi tramite


enumerazione NET_RX_FRAGMENT_BUFFER_ATTACHMENT_MODE (netadapter.h)

L'enumerazione NET_RX_FRAGMENT_BUFFER_ATTACHMENT_MODE identifica il modo in cui il sistema operativo deve pre-collegare NET_FRAGMENT buffer a NET_PACKETper le code di ricezione di un driver client net adapter.

Sintassi

typedef enum _NET_RX_FRAGMENT_BUFFER_ATTACHMENT_MODE {
  NetRxFragmentBufferAttachmentModeSystem = 0,
  NetRxFragmentBufferAttachmentModeDriver = 1
} NET_RX_FRAGMENT_BUFFER_ATTACHMENT_MODE;

Costanti

 
NetRxFragmentBufferAttachmentModeSystem
Valore: 0
Il sistema operativo si collega riceve NET_FRAGMENTs per NET_PACKETautomaticamente. Questo valore è valido solo quando l'allocazione del buffer dei frammenti di ricezione, identificata dall'enumerazione NET_RX_FRAGMENT_BUFFER_ALLOCATION_MODE , è impostata anche su NetRxFragmentBufferAllocationModeSystem.
NetRxFragmentBufferAttachmentModeDriver
Valore: 1
Il driver client è responsabile del collegamento di NET_FRAGMENT ricevere buffer a NET_PACKETs.

Commenti

Questa enumerazione è un valore della struttura NET_ADAPTER_RX_CAPABILITIES . Insieme a NET_RX_FRAGMENT_BUFFER_ALLOCATION_MODE, specifica il modo in cui un driver client net adapter vuole configurare i buffer dei frammenti della coda di ricezione. Per altre informazioni, vedere NET_ADAPTER_RX_CAPABILITIES.

Requisiti

Requisito Valore
Versione KMDF minima 1,25
Versione UMDF minima 2.33
Intestazione netadapter.h (include netadaptercx.h)