Searched refs:vhost_dev_init (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/vhost/ ! |
D | vhost.h | 168 void vhost_dev_init(struct vhost_dev *, struct vhost_virtqueue **vqs,
|
D | test.c | 122 vhost_dev_init(dev, vqs, VHOST_TEST_VQ_MAX, UIO_MAXIOV, in vhost_test_open()
|
D | vsock.c | 691 vhost_dev_init(&vsock->dev, vqs, ARRAY_SIZE(vsock->vqs), in vhost_vsock_dev_open()
|
D | vhost.c | 459 void vhost_dev_init(struct vhost_dev *dev, in vhost_dev_init() function 502 EXPORT_SYMBOL_GPL(vhost_dev_init);
|
D | vdpa.c | 1215 vhost_dev_init(dev, vqs, nvqs, 0, 0, 0, false, in vhost_vdpa_open()
|
D | net.c | 1339 vhost_dev_init(dev, vqs, VHOST_NET_VQ_MAX, in vhost_net_open()
|
D | scsi.c | 1831 vhost_dev_init(&vs->dev, vqs, nvqs, UIO_MAXIOV, in vhost_scsi_open()
|