Home
last modified time | relevance | path

Searched defs:virtio_net_hdr_v1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h105 struct virtio_net_hdr_v1 { struct
108 __u8 flags;
114 __u8 gso_type;
115 __virtio16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */
116 __virtio16 gso_size; /* Bytes to append to hdr_len per frame */
117 __virtio16 csum_start; /* Position to start checksumming from */
118 __virtio16 csum_offset; /* Offset after that to place checksum */
119 __virtio16 num_buffers; /* Number of merged rx buffers */
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h130 struct virtio_net_hdr_v1 { struct
134 uint8_t flags;
141 uint8_t gso_type;
142 __virtio16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */
143 __virtio16 gso_size; /* Bytes to append to hdr_len per frame */
167 struct virtio_net_hdr_v1_hash { argument
168 struct virtio_net_hdr_v1 hdr; argument