Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h34 #define VHOST_VRING_F_LOG 0 macro
/dpdk/lib/vhost/
H A Dvhost_user.c740 if (addr->flags & (1 << VHOST_VRING_F_LOG)) { in translate_ring_addresses()
2418 if (ra->flags & (1 << VHOST_VRING_F_LOG)) { in is_vring_iotlb_split()
2450 if (ra->flags & (1 << VHOST_VRING_F_LOG)) { in is_vring_iotlb_packed()
H A Dvhost.c385 if (likely(!(vq->ring_addrs.flags & (1 << VHOST_VRING_F_LOG)))) in log_translate()