Home
last modified time | relevance | path

Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 – 6 of 6) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dvirtio_net.h202 struct virtio_net_hdr_mrg_rxbuf { struct
/qemu/tests/qtest/
H A Dvirtio-net-test.c27 #define VNET_HDR_SIZE sizeof(struct virtio_net_hdr_mrg_rxbuf)
/qemu/tests/
H A Dvhost-user-bridge.c278 struct virtio_net_hdr_mrg_rxbuf mhdr; in vubr_backend_recv_cb()
/qemu/hw/net/
H A Dvhost_net.c363 sizeof(struct virtio_net_hdr_mrg_rxbuf))) { in vhost_net_init()
H A Dvirtio-net.c650 sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtio_net_set_mrg_rx_bufs()
654 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in virtio_net_set_mrg_rx_bufs()
/qemu/net/
H A Dnet.c568 assert(len == sizeof(struct virtio_net_hdr_mrg_rxbuf) || in qemu_set_vnet_hdr_len()