enumerazione NET_RX_FRAGMENT_BUFFER_ALLOCATION_MODE (netadapter.h)
L'enumerazione NET_RX_FRAGMENT_BUFFER_ALLOCATION_MODE identifica il modo in cui il sistema operativo deve allocare NET_FRAGMENT ricevere buffer per le code di ricezione di un driver client net adapter.
Sintassi
typedef enum _NET_RX_FRAGMENT_BUFFER_ALLOCATION_MODE {
NetRxFragmentBufferAllocationModeSystem = 0,
NetRxFragmentBufferAllocationModeDriver = 1
} NET_RX_FRAGMENT_BUFFER_ALLOCATION_MODE;
Costanti
NetRxFragmentBufferAllocationModeSystem Valore: 0 Il sistema operativo alloca NET_FRAGMENT riceve buffer per conto del driver client. |
NetRxFragmentBufferAllocationModeDriver Valore: 1 Il sistema operativo non alloca mai i buffer di ricezione NET_FRAGMENT . Il driver client è responsabile dell'allocazione del buffer. |
Commenti
Questa enumerazione è un valore della struttura NET_ADAPTER_RX_CAPABILITIES . Insieme a NET_RX_FRAGMENT_BUFFER_ATTACHMENT_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) |