Home
last modified time | relevance | path

Searched refs:vhost_log_cache_sync (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/vhost/
H A Dvirtio_net.c243 vhost_log_cache_sync(dev, vq); in flush_shadow_used_ring_split()
323 vhost_log_cache_sync(dev, vq); in vhost_flush_enqueue_shadow_packed()
341 vhost_log_cache_sync(dev, vq); in vhost_flush_dequeue_shadow_packed()
375 vhost_log_cache_sync(dev, vq); in vhost_flush_enqueue_batch_packed()
433 vhost_log_cache_sync(dev, vq); in vhost_shadow_dequeue_batch_packed()
H A Dvhost.h543 vhost_log_cache_sync(struct virtio_net *dev, struct vhost_virtqueue *vq) in vhost_log_cache_sync() function