Searched refs:vhost_iova_to_vva (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost.c | 259 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 D | vdpa.c | 180 vhost_iova_to_vva(dev, vq, in rte_vdpa_relay_vring_used()
|
| H A D | virtio_net.c | 497 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 D | vhost.h | 701 vhost_iova_to_vva(struct virtio_net *dev, struct vhost_virtqueue *vq, in vhost_iova_to_vva() function
|
| H A D | vhost_crypto.c | 46 ((t)(uintptr_t)vhost_iova_to_vva(r->dev, r->vq, a, l, p))
|
| H A D | vhost_user.c | 635 vva = vhost_iova_to_vva(dev, vq, ra, in ring_addr_to_vva()
|