Home
last modified time | relevance | path

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

/qemu/include/net/
H A Dnet.h114 bool is_datapath; member
/qemu/net/
H A Dvhost-vdpa.c1658 bool is_datapath, in net_vhost_vdpa_init() argument
1671 if (is_datapath) { in net_vhost_vdpa_init()
1701 } 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()
/qemu/hw/net/
H A Dvirtio-net.c3829 if (n->nic_conf.peers.ncs[i]->is_datapath) { in virtio_net_device_realize()