Lines Matching refs:vdev
418 virtio_user_eth_dev_alloc(struct rte_vdev_device *vdev) in virtio_user_eth_dev_alloc() argument
425 eth_dev = rte_eth_vdev_allocate(vdev, sizeof(*dev)); in virtio_user_eth_dev_alloc()
458 virtio_user_pmd_probe(struct rte_vdev_device *vdev) in virtio_user_pmd_probe() argument
481 const char *name = rte_vdev_device_name(vdev); in virtio_user_pmd_probe()
499 eth_dev->device = &vdev->device; in virtio_user_pmd_probe()
504 kvlist = rte_kvargs_parse(rte_vdev_device_args(vdev), valid_args); in virtio_user_pmd_probe()
644 eth_dev = virtio_user_eth_dev_alloc(vdev); in virtio_user_pmd_probe()
700 virtio_user_pmd_remove(struct rte_vdev_device *vdev) in virtio_user_pmd_remove() argument
705 if (!vdev) in virtio_user_pmd_remove()
708 name = rte_vdev_device_name(vdev); in virtio_user_pmd_remove()
722 static int virtio_user_pmd_dma_map(struct rte_vdev_device *vdev, void *addr, in virtio_user_pmd_dma_map() argument
729 if (!vdev) in virtio_user_pmd_dma_map()
732 name = rte_vdev_device_name(vdev); in virtio_user_pmd_dma_map()
746 static int virtio_user_pmd_dma_unmap(struct rte_vdev_device *vdev, void *addr, in virtio_user_pmd_dma_unmap() argument
753 if (!vdev) in virtio_user_pmd_dma_unmap()
756 name = rte_vdev_device_name(vdev); in virtio_user_pmd_dma_unmap()