Home
last modified time | relevance | path

Searched refs:has_ufo (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/net/
H A Dtap.c59 bool has_ufo; member
214 return s->has_ufo; in tap_has_ufo()
341 .has_ufo = tap_has_ufo,
368 s->has_ufo = tap_probe_has_ufo(s->fd); in net_tap_fd_init()
H A Dnetmap.c389 .has_ufo = netmap_has_vnet_hdr,
H A Dvhost-user.c229 .has_ufo = vhost_user_has_ufo,
H A Dvhost-vdpa.c443 .has_ufo = vhost_vdpa_has_ufo,
1311 .has_ufo = vhost_vdpa_has_ufo,
H A Dnet.c509 if (!nc || !nc->info->has_ufo) { in qemu_has_uso()
513 return nc->info->has_ufo(nc); in qemu_has_uso()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h185 uint8_t has_ufo; member
/openbmc/qemu/include/net/
H A Dnet.h84 HasUfo *has_ufo; member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c624 n->has_ufo = qemu_has_ufo(qemu_get_queue(n->nic)->peer); in peer_has_ufo()
626 return n->has_ufo; in peer_has_ufo()
3200 uint8_t has_ufo;
3253 /* the 'has_ufo' flag is just tested; if the incoming stream has the in virtio_net_ufo_post_load()
3260 if (tmp->has_ufo && !peer_has_ufo(tmp->parent)) {
3272 tmp->has_ufo = tmp->parent->has_ufo;
3282 VMSTATE_UINT8(has_ufo, struct VirtIONetMigTmp),
3193 uint8_t has_ufo; global() member