Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h145 struct virtio_net_hdr_mrg_rxbuf { struct
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h201 struct virtio_net_hdr_mrg_rxbuf { struct
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h202 struct virtio_net_hdr_mrg_rxbuf { struct
/openbmc/qemu/tests/qtest/
H A Dvirtio-net-test.c27 #define VNET_HDR_SIZE sizeof(struct virtio_net_hdr_mrg_rxbuf)
/openbmc/linux/drivers/net/
H A Dvirtio_net.c332 struct virtio_net_hdr_mrg_rxbuf mrg_hdr;
842 struct virtio_net_hdr_mrg_rxbuf *hdr; in __virtnet_xdp_xmit_one()
1178 struct virtio_net_hdr_mrg_rxbuf *hdr = buf + header_offset; in receive_small_xdp()
1415 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in virtnet_build_xdp_buff_mrg()
1502 struct virtio_net_hdr_mrg_rxbuf *hdr) in mergeable_xdp_get_buf()
1581 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable_xdp()
1640 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
2325 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
2340 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()
4579 vi->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtnet_probe()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c278 struct virtio_net_hdr_mrg_rxbuf mhdr; in vubr_backend_recv_cb()
/openbmc/qemu/hw/net/
H A Dvhost_net.c363 sizeof(struct virtio_net_hdr_mrg_rxbuf))) { in vhost_net_init()
H A Dvirtio-net.c649 sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtio_net_set_mrg_rx_bufs()
653 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in virtio_net_set_mrg_rx_bufs()
/openbmc/qemu/net/
H A Dnet.c558 assert(len == sizeof(struct virtio_net_hdr_mrg_rxbuf) || in qemu_set_vnet_hdr_len()
/openbmc/linux/drivers/vhost/
H A Dnet.c1639 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()
/openbmc/linux/net/packet/
H A Daf_packet.c2144 struct virtio_net_hdr_mrg_rxbuf vnet_hdr = { .num_buffers = 0 }; in packet_rcv_vnet()
4018 val != sizeof(struct virtio_net_hdr_mrg_rxbuf)) in packet_setsockopt()