Searched refs:check_completed_copies (Results 1 – 5 of 5) sorted by relevance
81 uint32_t (*check_completed_copies)(int vid, uint16_t queue_id, member
1607 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()
1666 n_pkts_cpl = vq->async_ops.check_completed_copies(vid, in rte_vhost_poll_enqueue_completed()
239 * ``check_completed_copies(vid, queue_id, opaque_data, max_packets)``
1348 channel_ops.check_completed_copies = in new_device()