Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c259 src = vhost_iova_to_vva(dev, vq, desc_addr, &len, in vhost_alloc_copy_ind_table()
403 hva = vhost_iova_to_vva(dev, vq, log_addr, in translate_log_addr()
431 vq->desc = (struct vring_desc *)(uintptr_t)vhost_iova_to_vva(dev, vq, in vring_translate_split()
442 vq->avail = (struct vring_avail *)(uintptr_t)vhost_iova_to_vva(dev, vq, in vring_translate_split()
453 vq->used = (struct vring_used *)(uintptr_t)vhost_iova_to_vva(dev, vq, in vring_translate_split()
471 vhost_iova_to_vva(dev, vq, vq->ring_addrs.desc_user_addr, in vring_translate_packed()
479 vhost_iova_to_vva(dev, vq, vq->ring_addrs.avail_user_addr, in vring_translate_packed()
487 vhost_iova_to_vva(dev, vq, vq->ring_addrs.used_user_addr, in vring_translate_packed()
H A Dvdpa.c180 vhost_iova_to_vva(dev, vq, in rte_vdpa_relay_vring_used()
H A Dvirtio_net.c497 desc_addr = vhost_iova_to_vva(dev, vq, in map_one_desc()
546 vhost_iova_to_vva(dev, vq, vq->desc[idx].addr, in fill_vec_buf_split()
665 vhost_iova_to_vva(dev, vq, desc->addr, &dlen, VHOST_ACCESS_RO); in fill_vec_buf_packed_indirect()
1295 desc_addrs[i] = vhost_iova_to_vva(dev, vq, in virtio_dev_rx_batch_packed()
2260 desc_addrs[i] = vhost_iova_to_vva(dev, vq, in vhost_reserve_avail_batch_packed()
H A Dvhost.h701 vhost_iova_to_vva(struct virtio_net *dev, struct vhost_virtqueue *vq, in vhost_iova_to_vva() function
H A Dvhost_crypto.c46 ((t)(uintptr_t)vhost_iova_to_vva(r->dev, r->vq, a, l, p))
H A Dvhost_user.c635 vva = vhost_iova_to_vva(dev, vq, ra, in ring_addr_to_vva()