Searched refs:virtio_dev_construct (Results 1 – 6 of 6) sorted by relevance
/spdk/lib/virtio/ |
H A D | spdk_virtio.map | 10 virtio_dev_construct;
|
H A D | virtio_vfio_user.c | 413 rc = virtio_dev_construct(vdev, name, &virtio_vfio_user_ops, dev); in virtio_vfio_user_dev_init()
|
H A D | virtio.c | 229 virtio_dev_construct(struct virtio_dev *vdev, const char *name, in virtio_dev_construct() function
|
H A D | virtio_pci.c | 767 rc = virtio_dev_construct(vdev, name, &modern_ops, pci_ctx); in virtio_pci_dev_init()
|
H A D | virtio_vhost_user.c | 1033 rc = virtio_dev_construct(vdev, name, &virtio_user_ops, dev); in virtio_user_dev_init()
|
/spdk/include/spdk_internal/ |
H A D | virtio.h | 231 int virtio_dev_construct(struct virtio_dev *vdev, const char *name,
|