Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c277 cleanup_vq(struct vhost_virtqueue *vq, int destroy) in cleanup_vq() function
322 cleanup_vq(dev->virtqueue[i], destroy); in cleanup_device()
H A Dvhost.h666 void cleanup_vq(struct vhost_virtqueue *vq, int destroy);
H A Dvhost_user.c381 cleanup_vq(vq, 1); in vhost_user_set_features()