Home
last modified time | relevance | path

Searched refs:rte_vhost_avail_entries (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map4 rte_vhost_avail_entries;
H A Drte_vhost.h669 uint16_t rte_vhost_avail_entries(int vid, uint16_t queue_id);
H A Dvhost.c1264 rte_vhost_avail_entries(int vid, uint16_t queue_id) in rte_vhost_avail_entries() function
/f-stack/dpdk/examples/vhost/
H A Dmain.c1110 unlikely(rx_count > rte_vhost_avail_entries(vdev->vid, in drain_eth_rx()
1116 if (rx_count <= rte_vhost_avail_entries(vdev->vid, in drain_eth_rx()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst338 ``rte_vhost_avail_entries``.