Home
last modified time | relevance | path

Searched refs:VMXNET3_TX_RING_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/net/
H A Dvmxnet3.h505 #define VMXNET3_TX_RING_MAX_SIZE 4096 macro
H A Dvmxnet3.c1493 if (size > VMXNET3_TX_RING_MAX_SIZE) { in vmxnet3_activate_device()
1494 size = VMXNET3_TX_RING_MAX_SIZE; in vmxnet3_activate_device()