Home
last modified time | relevance | path

Searched refs:rte_vhost_rx_queue_count (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map27 rte_vhost_rx_queue_count;
H A Drte_vhost.h899 uint32_t rte_vhost_rx_queue_count(int vid, uint16_t qid);
H A Dvhost.c1415 rte_vhost_rx_queue_count(int vid, uint16_t qid) in rte_vhost_rx_queue_count() function
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c1380 return rte_vhost_rx_queue_count(vq->vid, vq->virtqueue_id); in eth_rx_queue_count()