Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost_async.h64 uint32_t (*transfer_data)(int vid, uint16_t queue_id, member
H A Dvhost.c1608 ops->transfer_data == NULL)) in rte_vhost_async_channel_register()
1653 vq->async_ops.transfer_data = ops->transfer_data; in rte_vhost_async_channel_register()
1703 vq->async_ops.transfer_data = NULL; in rte_vhost_async_channel_unregister()
H A Dvirtio_net.c1563 n_pkts = vq->async_ops.transfer_data(dev->vid, in virtio_dev_rx_async_submit_split()
1588 n_pkts = vq->async_ops.transfer_data(dev->vid, in virtio_dev_rx_async_submit_split()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst233 * ``transfer_data(vid, queue_id, descs, opaque_data, count)``
/f-stack/dpdk/examples/vhost/
H A Dmain.c1347 channel_ops.transfer_data = ioat_transfer_data_cb; in new_device()