Searched refs:async_copy (Results 1 – 4 of 4) sorted by relevance
43 bool async_copy; member240 if (vsocket->async_copy) { in vhost_user_add_connection()244 dev->async_copy = 1; in vhost_user_add_connection()864 vsocket->async_copy = flags & RTE_VHOST_USER_ASYNC_COPY; in rte_vhost_driver_register()867 if (vsocket->async_copy && in rte_vhost_driver_register()892 if (vsocket->async_copy) { in rte_vhost_driver_register()
178 if (dev->async_copy && rte_vfio_is_enabled("vfio")) in free_mem_region()1214 populate = dev->async_copy ? MAP_POPULATE : 0; in vhost_user_mmap_region()1227 if (dev->async_copy) { in vhost_user_mmap_region()1295 if (dev->async_copy && dev->notify_ops->vring_state_changed) { in vhost_user_set_mem_table()1369 if (dev->async_copy && rte_vfio_is_enabled("vfio")) in vhost_user_set_mem_table()
1708 if (unlikely(vq == NULL || !dev->async_copy)) in rte_vhost_async_channel_register()1732 if (unlikely(vq == NULL || !dev->async_copy)) in rte_vhost_async_channel_register_thread_unsafe()
453 int async_copy; member