Lines Matching refs:virtio_pci_modern_device
35 struct virtio_pci_modern_device *mdev;
46 struct virtio_pci_modern_device *mdev;
55 static struct virtio_pci_modern_device *vdpa_to_mdev(struct vdpa_device *vdpa) in vdpa_to_mdev()
62 static struct virtio_pci_modern_device *vp_vdpa_to_mdev(struct vp_vdpa *vp_vdpa) in vp_vdpa_to_mdev()
69 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_device_features()
76 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_driver_features()
85 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_driver_features()
92 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_status()
110 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_free_irq()
157 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_request_irq()
212 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_set_status()
226 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_reset()
280 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_state()
309 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_ready()
316 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_vq_ready()
324 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_num()
333 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_address()
350 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_generation()
357 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_device_id()
364 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_vendor_id()
376 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_config_size()
386 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_get_config()
406 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_set_config()
426 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_get_vq_notification()
474 struct virtio_pci_modern_device *mdev = vp_vdpa_mgtdev->mdev; in vp_vdpa_dev_add()
559 struct virtio_pci_modern_device *mdev = NULL; in vp_vdpa_probe()
571 mdev = kzalloc(sizeof(struct virtio_pci_modern_device), GFP_KERNEL); in vp_vdpa_probe()
627 struct virtio_pci_modern_device *mdev = NULL; in vp_vdpa_remove()