Searched refs:virtio_9p_dev (Results 1 – 3 of 3) sorted by relevance
62 struct virtio_9p_dev *p9dev = calloc(1, sizeof(struct virtio_9p_dev)); in virtio_9p_init()119 struct virtio_9p_dev *p9dev = (struct virtio_9p_dev *)dev->priv; in virtio_9p_start()145 struct virtio_9p_dev *p9dev = (struct virtio_9p_dev *)dev->priv; in virtio_9p_irq_driver_callback()183 static struct virtio_9p_dev *bdev_to_virtio_9p_dev(bdev_t *bdev) in bdev_to_virtio_9p_dev()185 return containerof(bdev, struct virtio_9p_dev, bdev); in bdev_to_virtio_9p_dev()195 struct virtio_9p_dev *p9dev; in virtio_get_9p_device()198 list_for_every_entry(&p9_devices, p9dev, struct virtio_9p_dev, list) { in virtio_get_9p_device()
64 struct virtio_9p_dev *p9dev = containerof(req, struct virtio_9p_dev, req); in p9_req_prepare()140 static void virtio_9p_req_send(struct virtio_9p_dev *p9dev, in virtio_9p_req_send()185 struct virtio_9p_dev *p9dev = dev->priv; in virtio_9p_rpc()
59 struct virtio_9p_dev { struct
Completed in 12 milliseconds