Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c28 struct virtio_net *vhost_devices[MAX_VHOST_DEVICE]; variable
649 if (vhost_devices[i] == NULL) in vhost_new_device()
666 vhost_devices[i] = dev; in vhost_new_device()
707 vhost_devices[vid] = NULL; in vhost_destroy_device()
H A Dvhost.h548 extern struct virtio_net *vhost_devices[MAX_VHOST_DEVICE];
650 struct virtio_net *dev = vhost_devices[vid]; in get_device()
H A Dvhost_user.c576 vhost_devices[dev->vid] = dev; in numa_realloc()