Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map28 rte_vhost_vring_call;
H A Drte_vhost.h887 int rte_vhost_vring_call(int vid, uint16_t vring_idx);
H A Dvhost.c1239 rte_vhost_vring_call(int vid, uint16_t vring_idx) in rte_vhost_vring_call() function
/f-stack/dpdk/examples/vhost/
H A Dvirtio_net.c232 rte_vhost_vring_call(dev->vid, queue_id); in vs_enqueue_pkts()
437 rte_vhost_vring_call(dev->vid, queue_id); in vs_dequeue_pkts()
/f-stack/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()
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c708 rte_vhost_vring_call(internal->vid, qid); in update_used_ring()