Searched refs:async_ops (Results 1 – 3 of 3) sorted by relevance
1652 vq->async_ops.check_completed_copies = ops->check_completed_copies; 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()1704 vq->async_ops.check_completed_copies = NULL; in rte_vhost_async_channel_unregister()
199 struct rte_vhost_async_channel_ops async_ops; member
1563 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()1666 n_pkts_cpl = vq->async_ops.check_completed_copies(vid, in rte_vhost_poll_enqueue_completed()