| 60 | #define VHOST_NB_VQ_STATS RTE_DIM(vhost_vq_stat_strings) |
| 61 | |
| 62 | static int |
| 63 | vhost_iotlb_miss(struct virtio_net *dev, uint64_t iova, uint8_t perm) |
| 64 | { |
| 65 | return dev->backend_ops->iotlb_miss(dev, iova, perm); |
| 66 | } |
| 67 | |
| 68 | uint64_t |
| 69 | __vhost_iova_to_vva(struct virtio_net *dev, struct vhost_virtqueue *vq, |
no outgoing calls
no test coverage detected