Searched refs:vhost_vdpa_cleanup (Results 1 – 4 of 4) sorted by relevance
223 static void vhost_vdpa_cleanup(NetClientState *nc) in vhost_vdpa_cleanup() function437 .cleanup = vhost_vdpa_cleanup,1304 .cleanup = vhost_vdpa_cleanup,
1283 static void vhost_vdpa_cleanup(struct vhost_vdpa *v) in vhost_vdpa_cleanup() function1344 vhost_vdpa_cleanup(v); in vhost_vdpa_open()1370 vhost_vdpa_cleanup(v); in vhost_vdpa_release()
757 static int vhost_vdpa_cleanup(struct vhost_dev *dev) in vhost_vdpa_cleanup() function1549 .vhost_backend_cleanup = vhost_vdpa_cleanup,
44 vhost_vdpa_cleanup(void *dev, void *vdpa) "dev: %p vdpa: %p"