Searched refs:has_ufo (Results 1 – 8 of 8) sorted by relevance
59 bool has_ufo; member214 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()
389 .has_ufo = netmap_has_vnet_hdr,
229 .has_ufo = vhost_user_has_ufo,
443 .has_ufo = vhost_vdpa_has_ufo,1311 .has_ufo = vhost_vdpa_has_ufo,
509 if (!nc || !nc->info->has_ufo) { in qemu_has_uso() 513 return nc->info->has_ufo(nc); in qemu_has_uso()
185 uint8_t has_ufo; member
84 HasUfo *has_ufo; member
624 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