Searched refs:n_pkts_cpl (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | virtio_net.c | 2032 uint16_t n_pkts_cpl = 0; in rte_vhost_poll_enqueue_completed() local 2065 n_pkts_cpl = vhost_poll_enqueue_completed(dev, queue_id, pkts, count, dma_id, vchan_id); in rte_vhost_poll_enqueue_completed() 2070 return n_pkts_cpl; in rte_vhost_poll_enqueue_completed() 2080 uint16_t n_pkts_cpl = 0; in rte_vhost_clear_queue_thread_unsafe() local 2107 n_pkts_cpl = vhost_poll_enqueue_completed(dev, queue_id, pkts, count, dma_id, vchan_id); in rte_vhost_clear_queue_thread_unsafe() 2109 return n_pkts_cpl; in rte_vhost_clear_queue_thread_unsafe()
|