Searched refs:vhost_net_start (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | vhost_net-stub.c | 34 int vhost_net_start(VirtIODevice *dev, in vhost_net_start() function
|
H A D | vhost_net.c | 357 int vhost_net_start(VirtIODevice *dev, NetClientState *ncs, in vhost_net_start() function
|
H A D | virtio-net.c | 311 r = vhost_net_start(vdev, n->nic->ncs, queue_pairs, cvq); in virtio_net_vhost_status()
|
/openbmc/qemu/include/net/ |
H A D | vhost_net.h | 21 int vhost_net_start(VirtIODevice *dev, NetClientState *ncs,
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 339 r = vhost_net_start(vdev, n->nic->ncs, data_queue_pairs, cvq); in vhost_vdpa_net_log_global_enable()
|