Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost/
H A Dvirtio_net.c71 desc_addr = rte_vhost_va_from_guest_pa( in enqueue_pkt()
95 dst = rte_vhost_va_from_guest_pa(dev->mem, in enqueue_pkt()
111 desc_addr = rte_vhost_va_from_guest_pa( in enqueue_pkt()
146 desc_addr = rte_vhost_va_from_guest_pa( in enqueue_pkt()
156 desc_addr = rte_vhost_va_from_guest_pa(dev->mem, in enqueue_pkt()
259 desc_addr = rte_vhost_va_from_guest_pa( in dequeue_pkt()
276 desc_addr = rte_vhost_va_from_guest_pa( in dequeue_pkt()
313 desc_addr = rte_vhost_va_from_guest_pa( in dequeue_pkt()
324 desc_addr = rte_vhost_va_from_guest_pa(dev->mem, in dequeue_pkt()
/f-stack/dpdk/lib/librte_vhost/
H A Dversion.map63 rte_vhost_va_from_guest_pa;
H A Drte_vhost.h346 rte_vhost_va_from_guest_pa(struct rte_vhost_memory *mem, in rte_vhost_va_from_guest_pa() function
H A Dvhost.h705 return rte_vhost_va_from_guest_pa(dev->mem, iova, len); in vhost_iova_to_vva()
/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.c68 return rte_vhost_va_from_guest_pa(ctrlr->mem, gpa, len); in gpa_to_vva()