Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map76 rte_vhost_async_channel_unregister;
H A Drte_vhost_async.h147 int rte_vhost_async_channel_unregister(int vid, uint16_t queue_id);
H A Dvhost.c1666 int rte_vhost_async_channel_unregister(int vid, uint16_t queue_id) in rte_vhost_async_channel_unregister() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst244 * ``rte_vhost_async_channel_unregister(vid, queue_id)``
/f-stack/dpdk/examples/vhost/
H A Dmain.c1288 rte_vhost_async_channel_unregister(vid, VIRTIO_RXQ); in destroy_device()