Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c111 vhost_log_cache_sync(dev, vq); in flush_shadow_used_ring_split()
215 vhost_log_cache_sync(dev, vq); in vhost_flush_enqueue_shadow_packed()
232 vhost_log_cache_sync(dev, vq); in vhost_flush_dequeue_shadow_packed()
265 vhost_log_cache_sync(dev, vq); in vhost_flush_enqueue_batch_packed()
323 vhost_log_cache_sync(dev, vq); in vhost_shadow_dequeue_batch_packed()
H A Dvhost.h448 vhost_log_cache_sync(struct virtio_net *dev, struct vhost_virtqueue *vq) in vhost_log_cache_sync() function