Lines Matching +full:max +full:- +full:speed
28 #include "standard-headers/linux/types.h"
29 #include "standard-headers/linux/virtio_ids.h"
30 #include "standard-headers/linux/virtio_config.h"
31 #include "standard-headers/linux/virtio_types.h"
32 #include "standard-headers/linux/if_ether.h"
59 #define VIRTIO_NET_F_DEVICE_STATS 50 /* Device can provide device-level statistics. */
105 * speed, in units of 1Mb. All values 0 to INT_MAX are legal.
108 uint32_t speed; member
110 * 0x00 - half duplex
111 * 0x01 - full duplex
124 * This header comes first in the scatter-gather list. If you don't
127 * This is bitwise-equivalent to the legacy struct virtio_net_hdr_mrg_rxbuf,
185 /* This header comes first in the scatter-gather list.
187 * be the first element of the scatter-gather list. If you don't
228 * state value, zero = disable, non-zero = enable. Commands
230 * Commands 2-5 are added with VIRTIO_NET_F_CTRL_RX_EXTRA.
245 * non-perfect, ie. based on hypervisor resources, the guest may
387 * Set the tx-usecs/tx-max-packets parameters.
399 * Set the rx-usecs/rx-max-packets parameters.