Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Drte_vhost_async.h101 uint16_t vchan_id);
126 uint16_t vchan_id);
184 uint16_t vchan_id);
205 int rte_vhost_async_dma_configure(int16_t dma_id, uint16_t vchan_id);
H A Dvirtio_net.c82 dev->ifname, dma_id, vchan_id); in vhost_async_dma_transfer_one()
122 rte_dma_submit(dma_id, vchan_id); in vhost_async_dma_transfer()
151 dma_id, vchan_id); in vhost_async_dma_check_completed()
1960 uint16_t vchan_id) in vhost_poll_enqueue_completed() argument
2028 uint16_t vchan_id) in rte_vhost_poll_enqueue_completed() argument
2047 dma_id, vchan_id); in rte_vhost_poll_enqueue_completed()
2076 uint16_t vchan_id) in rte_vhost_clear_queue_thread_unsafe() argument
2103 dma_id, vchan_id); in rte_vhost_clear_queue_thread_unsafe()
2129 dma_id, vchan_id); in virtio_dev_rx_async_submit()
2153 pkts, count, dma_id, vchan_id); in virtio_dev_rx_async_submit()
[all …]
H A Dvhost.c1815 rte_vhost_async_dma_configure(int16_t dma_id, uint16_t vchan_id) in rte_vhost_async_dma_configure() argument
1827 if (vchan_id >= info.max_vchans) { in rte_vhost_async_dma_configure()
1828 VHOST_LOG_CONFIG(ERR, "Invalid DMA %d vChannel %u.\n", dma_id, vchan_id); in rte_vhost_async_dma_configure()
1839 dma_id, vchan_id); in rte_vhost_async_dma_configure()
1846 if (dma_copy_track[dma_id].vchans[vchan_id].pkts_cmpl_flag_addr) { in rte_vhost_async_dma_configure()
1848 vchan_id); in rte_vhost_async_dma_configure()
1859 "vChannel %u.\n", dma_id, vchan_id); in rte_vhost_async_dma_configure()
1868 dma_copy_track[dma_id].vchans[vchan_id].pkts_cmpl_flag_addr = pkts_cmpl_flag_addr; in rte_vhost_async_dma_configure()
1869 dma_copy_track[dma_id].vchans[vchan_id].ring_size = max_desc; in rte_vhost_async_dma_configure()
1870 dma_copy_track[dma_id].vchans[vchan_id].ring_mask = max_desc - 1; in rte_vhost_async_dma_configure()
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst221 * ``rte_vhost_async_dma_configure(dma_id, vchan_id)``
258 * ``rte_vhost_submit_enqueue_burst(vid, queue_id, pkts, count, dma_id, vchan_id)``
264 * ``rte_vhost_poll_enqueue_completed(vid, queue_id, pkts, count, dma_id, vchan_id)``
280 * ``rte_vhost_clear_queue_thread_unsafe(vid, queue_id, **pkts, count, dma_id, vchan_id)``