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.c439 .has_ufo = vhost_vdpa_has_ufo,
1306 .has_ufo = vhost_vdpa_has_ufo,
H A Dnet.c499 if (!nc || !nc->info->has_ufo) { in qemu_has_ufo()
503 return nc->info->has_ufo(nc); in qemu_has_ufo()
/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()
3193 uint8_t has_ufo; member
3253 if (tmp->has_ufo && !peer_has_ufo(tmp->parent)) { in virtio_net_ufo_post_load()
3265 tmp->has_ufo = tmp->parent->has_ufo; in virtio_net_ufo_pre_save()
3275 VMSTATE_UINT8(has_ufo, struct VirtIONetMigTmp),