Home
last modified time | relevance | path

Searched refs:is_datapath (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/net/
H A Dnet.h114 bool is_datapath; member
/openbmc/qemu/net/
H A Dvhost-vdpa.c1677 bool is_datapath, in net_vhost_vdpa_init() argument
1690 if (is_datapath) { in net_vhost_vdpa_init()
1718 } else if (!is_datapath) { in net_vhost_vdpa_init()
H A Dnet.c269 bool is_datapath) in qemu_net_client_setup() argument
288 nc->is_datapath = is_datapath; in qemu_net_client_setup()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3714 if (n->nic_conf.peers.ncs[i]->is_datapath) { in virtio_net_device_realize()