Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost_async.h81 uint32_t (*check_completed_copies)(int vid, uint16_t queue_id, member
H A Dvhost.c1607 if (unlikely(ops->check_completed_copies == NULL || in rte_vhost_async_channel_register()
1652 vq->async_ops.check_completed_copies = ops->check_completed_copies; in rte_vhost_async_channel_register()
1704 vq->async_ops.check_completed_copies = NULL; in rte_vhost_async_channel_unregister()
H A Dvirtio_net.c1666 n_pkts_cpl = vq->async_ops.check_completed_copies(vid, in rte_vhost_poll_enqueue_completed()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst239 * ``check_completed_copies(vid, queue_id, opaque_data, max_packets)``
/f-stack/dpdk/examples/vhost/
H A Dmain.c1348 channel_ops.check_completed_copies = in new_device()