Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.c24 struct virtio_net *vhost_devices[RTE_MAX_VHOST_DEVICE]; variable
666 if (vhost_devices[i] == NULL) in vhost_new_device()
683 vhost_devices[i] = dev; in vhost_new_device()
726 vhost_devices[vid] = NULL; in vhost_destroy_device()
H A Dvhost.h642 extern struct virtio_net *vhost_devices[RTE_MAX_VHOST_DEVICE];
758 struct virtio_net *dev = vhost_devices[vid]; in get_device()
H A Dvhost_user.c636 vhost_devices[dev->vid] = dev; in numa_realloc()