Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.c285 cleanup_vq(struct vhost_virtqueue *vq, int destroy) in cleanup_vq() function
330 cleanup_vq(dev->virtqueue[i], destroy); in cleanup_device()
H A Dvhost.h774 void cleanup_vq(struct vhost_virtqueue *vq, int destroy);
H A Dvhost_user.c400 cleanup_vq(vq, 1); in vhost_user_set_features()