Searched defs:vdev (Results 1 - 1 of 1) sorted by relevance

/net/9p/
H A Dtrans_virtio.c67 * @vdev: virtio dev associated with this channel
83 struct virtio_device *vdev; member in struct:virtio_chan
145 struct virtio_chan *chan = vq->vdev->priv;
500 struct virtio_device *vdev; local
502 vdev = dev_to_virtio(dev);
503 chan = vdev->priv;
512 * @vdev: virtio device to probe
518 static int p9_virtio_probe(struct virtio_device *vdev) argument
532 chan->vdev = vdev;
645 p9_virtio_remove(struct virtio_device *vdev) argument
[all...]

Completed in 4 milliseconds