Home
last modified time | relevance | path

Searched refs:rte_vhost_vring_call (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map61 rte_vhost_vring_call;
H A Drte_vhost.h921 int rte_vhost_vring_call(int vid, uint16_t vring_idx);
H A Dvhost.c1278 rte_vhost_vring_call(int vid, uint16_t vring_idx) in rte_vhost_vring_call() function
/dpdk/examples/vhost/
H A Dvirtio_net.c236 rte_vhost_vring_call(dev->vid, queue_id); in vs_enqueue_pkts()
439 rte_vhost_vring_call(dev->vid, queue_id); in vs_dequeue_pkts()
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c99 rte_vhost_vring_call(task->ctrlr->vid, vq->id); in enqueue_task()
134 rte_vhost_vring_call(task->ctrlr->vid, vq->id); in enqueue_task_packed()
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c708 rte_vhost_vring_call(internal->vid, qid); in update_used_ring()