Home
last modified time | relevance | path

Searched refs:qemu_has_ufo (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/net/
H A Dnet.h184 bool qemu_has_ufo(NetClientState *nc);
/openbmc/qemu/net/
H A Dnet.c497 bool qemu_has_ufo(NetClientState *nc) in qemu_has_ufo() function
/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()