Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.c1317 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_avail_entries()
1409 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_enable_guest_notification()
1526 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_get_vring_base()
1556 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_set_vring_base()
1589 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_get_vring_base_from_inflight()
1703 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_async_channel_register()
1727 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_async_channel_register_thread_unsafe()
1748 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_async_channel_unregister()
1791 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_async_channel_unregister_thread_unsafe()
1886 if (queue_id >= VHOST_MAX_VRING) in rte_vhost_async_get_inflight()
[all …]
H A Dvhost.h319 #define VHOST_MAX_VRING 0x100 macro
H A Dvhost_user.c2809 if (vring_idx >= VHOST_MAX_VRING) { in vhost_user_check_and_alloc_queue_pair()